#42E840

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

Shades of Lime Green #42E840

Tints of Lime Green #42E840

Color information

#42E840 (or 0x42E840) is unknown color: approx Lime Green. HEX triplet: 42, E8 and 40. RGB value is (66,232,64). Sum of RGB (Red+Green+Blue) = 66+232+64=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 232 (91.02% from 255 or 64.09% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 232 - color contains mainly: green. Hex color #42E840 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E840 is #BD17BF. Grayscale: #A3A3A3. Windows color (decimal): -12392384 or 4253762. OLE color: 4253762.

HSL color Cylindrical-coordinate representation of color #42E840: hue angle of 119.29º 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 #42E840 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB6623264-
CMYK0.7200.720.09
HSL119.29º78.5%58.04%-
HSV(B)119.29º72.41%90.98%-
XYZ32.0359.2414.6-
YUV163.217258.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.23%
GREEN value IS 232 (91.02% from 255) = 64.09%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=18.23%
G=64.09%
B=17.68%

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
Decimal66232640.7200.720.09119.2978.558.04
Hex42E840480489774f3a
Octal10235010011001101116711772
Binary1000010111010001000000100100001001000100111101111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,232,64); }

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

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

 a { background-color: rgb(66,232,64); }

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

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

 span { border-color: rgb(66,232,64); }

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