#42EE29

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

Shades of Lime Green #42EE29

Tints of Lime Green #42EE29

Color information

#42EE29 (or 0x42EE29) is unknown color: approx Lime Green. HEX triplet: 42, EE and 29. RGB value is (66,238,41). Sum of RGB (Red+Green+Blue) = 66+238+41=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 238 (93.36% from 255 or 68.99% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EE29 is #BD11D6. Grayscale: #A4A4A4. Windows color (decimal): -12390871 or 2747970. OLE color: 2747970.

HSL color Cylindrical-coordinate representation of color #42EE29: hue angle of 112.39º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42EE29 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB6623841-
CMYK0.7200.830.07
HSL112.39º85.28%54.71%-
HSV(B)112.39º82.77%93.33%-
XYZ33.2262.4712.4-
YUV164.1158.5258.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 238 (93.36% from 255) = 68.99%
BLUE value IS 41 (16.41% from 255) = 11.88%
R=19.13%
G=68.99%
B=11.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66238410.7200.830.07112.3985.2854.71
Hex42EE29480537705537
Octal102356511100123716012567
Binary10000101110111010100110010000101001111111100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,238,41); }

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

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

 a { background-color: rgb(66,238,41); }

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

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

 span { border-color: rgb(66,238,41); }

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