#42E941

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

Shades of Lime Green #42E941

Tints of Lime Green #42E941

Color information

#42E941 (or 0x42E941) is unknown color: approx Lime Green. HEX triplet: 42, E9 and 41. RGB value is (66,233,65). Sum of RGB (Red+Green+Blue) = 66+233+65=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 233 (91.41% from 255 or 64.01% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 233 - color contains mainly: green. Hex color #42E941 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E941 is #BD16BE. Grayscale: #A4A4A4. Windows color (decimal): -12392127 or 4319554. OLE color: 4319554.

HSL color Cylindrical-coordinate representation of color #42E941: hue angle of 119.64º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E941 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB6623365-
CMYK0.7200.720.09
HSL119.64º79.25%58.43%-
HSV(B)119.64º72.1%91.37%-
XYZ32.3459.8214.84-
YUV163.9272.1758.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 233 (91.41% from 255) = 64.01%
BLUE value IS 65 (25.78% from 255) = 17.86%
R=18.13%
G=64.01%
B=17.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66233650.7200.720.09119.6479.2558.43
Hex42E941480489784f3a
Octal10235110111001101117011772
Binary1000010111010011000001100100001001000100111110001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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