#3CE14F

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

Shades of Lime Green #3CE14F

Tints of Lime Green #3CE14F

Color information

#3CE14F (or 0x3CE14F) is unknown color: approx Lime Green. HEX triplet: 3C, E1 and 4F. RGB value is (60,225,79). Sum of RGB (Red+Green+Blue) = 60+225+79=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE14F is #C31EB0. Grayscale: #9F9F9F. Windows color (decimal): -12787377 or 5235004. OLE color: 5235004.

HSL color Cylindrical-coordinate representation of color #3CE14F: hue angle of 126.91º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE14F is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB6022579-
CMYK0.7300.650.12
HSL126.91º73.33%55.88%-
HSV(B)126.91º73.33%88.24%-
XYZ30.255.3816.49-
YUV159.0282.8457.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.48%
GREEN value IS 225 (88.28% from 255) = 61.81%
BLUE value IS 79 (31.25% from 255) = 21.70%
R=16.48%
G=61.81%
B=21.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60225790.7300.650.12126.9173.3355.88
Hex3CE14F49041C7f4938
Octal7434111711101011417711170
Binary111100111000011001111100100101000001110011111111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,225,79); }

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

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

 a { background-color: rgb(60,225,79); }

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

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

 span { border-color: rgb(60,225,79); }

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