#42CE41

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

Shades of Lime Green #42CE41

Tints of Lime Green #42CE41

Color information

#42CE41 (or 0x42CE41) is unknown color: approx Lime Green. HEX triplet: 42, CE and 41. RGB value is (66,206,65). Sum of RGB (Red+Green+Blue) = 66+206+65=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CE41 is #BD31BE. Grayscale: #949494. Windows color (decimal): -12399039 or 4312642. OLE color: 4312642.

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

Color convert

RGB6620665-
CMYK0.6800.680.19
HSL119.57º59%53.14%-
HSV(B)119.57º68.45%80.78%-
XYZ25.2745.6812.49-
YUV148.0781.1269.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 206 (80.86% from 255) = 61.13%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=19.58%
G=61.13%
B=19.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal66206650.6800.680.19119.575953.14
Hex42CE414404413783b35
Octal1023161011040104231707365
Binary1000010110011101000001100010001000100100111111000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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