Html Css Color HEX #42E029 Lime Green

📋 copy color: '#42E029'

red 66 ◦ green 224 ◦ blue 41

#42E029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #42E029

Tints of Lime Green #42E029

RGB

 RED value IS 66 (26.17% from 255) = 19.94%

 GREEN value IS 224 (87.89% from 255) = 67.67%

 BLUE value IS 41 (16.41% from 255) = 12.39%

R = 19.94%
G = 67.67%
B = 12.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#42E029 (or 0x42E029) is known color: Lime Green. HEX triplet: 42, E0 and 29. RGB value is (66,224,41). Sum of RGB (Red+Green+Blue) = 66+224+41=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #42E029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E029 is #BD1FD6. Grayscale: #9C9C9C. Windows color (decimal): -12394455 or 2744386. OLE color: 2744386.

HSL color Cylindrical-coordinate representation of color #42E029: hue angle of 111.8º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42E029 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 224 41 -
CMYK 0.71 0 0.82 0.12
HSL 111.8º 0.75% 0.52% -
HSV(B) 111.8º 0.82% 0.88% -
XYZ 29.3 54.63 11.1 -
YUV 155.9 63.15 63.88 -
System Red Green Blue C M Y K H S L
Decimal 66 224 41 0.71 0 0.82 0.12 111.8 0.75 0.52
Hex 42 E0 29 47 0 52 C 70 4B 34
Octal 102 340 51 107 0 122 14 160 113 64
Binary 1000010 11100000 101001 1000111 0 1010010 1100 1110000 1001011 110100

Color Harmonies of #42E029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E029

Black with #42E029

Text Example


Text Example

White with #42E029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42E029;
 }
 .AnyTagClassName
 {
   color: #42E029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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