#42CE3F

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

Shades of Lime Green #42CE3F

Tints of Lime Green #42CE3F

Color information

#42CE3F (or 0x42CE3F) is unknown color: approx Lime Green. HEX triplet: 42, CE and 3F. RGB value is (66,206,63). Sum of RGB (Red+Green+Blue) = 66+206+63=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CE3F is #BD31C0. Grayscale: #949494. Windows color (decimal): -12399041 or 4181570. OLE color: 4181570.

HSL color Cylindrical-coordinate representation of color #42CE3F: hue angle of 118.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42CE3F is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB6620663-
CMYK0.6800.690.19
HSL118.74º59.34%52.75%-
HSV(B)118.74º69.42%80.78%-
XYZ25.2245.6612.19-
YUV147.8480.1269.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 206 (80.86% from 255) = 61.49%
BLUE value IS 63 (25% from 255) = 18.81%
R=19.70%
G=61.49%
B=18.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal66206630.6800.690.19118.7459.3452.75
Hex42CE3F4404513773b35
Octal102316771040105231677365
Binary100001011001110111111100010001000101100111110111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42CE3F; }

 p { color: rgb(66,206,63); }

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

<style>
 a { background-color: #42CE3F; }

 a { background-color: rgb(66,206,63); }

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

<style>
 span { border-color: #42CE3F; }

 span { border-color: rgb(66,206,63); }

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