#42E31E

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

Shades of Lime Green #42E31E

Tints of Lime Green #42E31E

Color information

#42E31E (or 0x42E31E) is unknown color: approx Lime Green. HEX triplet: 42, E3 and 1E. RGB value is (66,227,30). Sum of RGB (Red+Green+Blue) = 66+227+30=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 227 (89.06% from 255 or 70.28% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 227 - color contains mainly: green. Hex color #42E31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E31E is #BD1CE1. Grayscale: #9D9D9D. Windows color (decimal): -12393698 or 2024258. OLE color: 2024258.

HSL color Cylindrical-coordinate representation of color #42E31E: hue angle of 109.04º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42E31E is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB6622730-
CMYK0.7100.870.11
HSL109.04º77.87%50.39%-
HSV(B)109.04º86.78%89.02%-
XYZ29.9556.1910.5-
YUV156.456.6663.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 227 (89.06% from 255) = 70.28%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=20.43%
G=70.28%
B=9.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal66227300.7100.870.11109.0477.8750.39
Hex42E31E47057B6d4e32
Octal1023433610701271315511662
Binary10000101110001111110100011101010111101111011011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,227,30); }

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

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

 a { background-color: rgb(66,227,30); }

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

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

 span { border-color: rgb(66,227,30); }

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