Html Css Color HEX #42E036 Lime Green

📋 copy color: '#42E036'

red 66 ◦ green 224 ◦ blue 54

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

Shades of Lime Green #42E036

Tints of Lime Green #42E036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 19.19%
G = 65.12%
B = 15.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#42E036 (or 0x42E036) is known color: Lime Green. HEX triplet: 42, E0 and 36. RGB value is (66,224,54). Sum of RGB (Red+Green+Blue) = 66+224+54=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #42E036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E036 is #BD1FC9. Grayscale: #9D9D9D. Windows color (decimal): -12394442 or 3596354. OLE color: 3596354.

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

Color convert

RGB 66 224 54 -
CMYK 0.71 0 0.76 0.12
HSL 115.76º 0.73% 0.55% -
HSV(B) 115.76º 0.76% 0.88% -
XYZ 29.57 54.74 12.5 -
YUV 157.38 69.65 62.82 -
System Red Green Blue C M Y K H S L
Decimal 66 224 54 0.71 0 0.76 0.12 115.76 0.73 0.55
Hex 42 E0 36 47 0 4C C 74 49 37
Octal 102 340 66 107 0 114 14 164 111 67
Binary 1000010 11100000 110110 1000111 0 1001100 1100 1110100 1001001 110111

Color Harmonies of #42E036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E036

Black with #42E036

Text Example


Text Example

White with #42E036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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