#3CF946

Color #3CF946 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3CF946

Tints of Lime Green #3CF946

Color information

#3CF946 (or 0x3CF946) is unknown color: approx Lime Green. HEX triplet: 3C, F9 and 46. RGB value is (60,249,70). Sum of RGB (Red+Green+Blue) = 60+249+70=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF946 is #C306B9. Grayscale: #ACACAC. Windows color (decimal): -12781242 or 4651324. OLE color: 4651324.

HSL color Cylindrical-coordinate representation of color #3CF946: hue angle of 123.17º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF946 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB6024970-
CMYK0.7600.720.02
HSL123.17º94.03%60.59%-
HSV(B)123.17º75.9%97.65%-
XYZ36.8469.1517.2-
YUV172.0870.3848.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 15.83%
GREEN value IS 249 (97.66% from 255) = 65.70%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=15.83%
G=65.70%
B=18.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal60249700.7600.720.02123.1794.0360.59
Hex3CF9464C04827b5e3d
Octal743711061140110217313675
Binary1111001111100110001101001100010010001011110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CF946; }

 p { color: rgb(60,249,70); }

 H1.HeaderClassName
 {
   color: #3CF946;
 }
 .AnyTagClassName
 {
   color: #3CF946;
 }
</style>
background-color css

<style>
 a { background-color: #3CF946; }

 a { background-color: rgb(60,249,70); }

 div.DivClassName
 {
   background-color: #3CF946;
 }
 .BgClassName
 {
   background-color: #3CF946;
 }
</style>
border-color css

<style>
 span { border-color: #3CF946; }

 span { border-color: rgb(60,249,70); }

 td.TdClassName
 {
   border-color: #3CF946;
 }
 .TagClassName
 {
   border-color: #3CF946;
 }
</style>