Html Css Color HEX #42E028 Lime Green

📋 copy color: '#42E028'

red 66 ◦ green 224 ◦ blue 40

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

Shades of Lime Green #42E028

Tints of Lime Green #42E028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 20%
G = 67.88%
B = 12.12%

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

#42E028 (or 0x42E028) is known color: Lime Green. HEX triplet: 42, E0 and 28. RGB value is (66,224,40). Sum of RGB (Red+Green+Blue) = 66+224+40=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 224 (87.89% from 255 or 67.88% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 224 - color contains mainly: green. Hex color #42E028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E028 is #BD1FD7. Grayscale: #9C9C9C. Windows color (decimal): -12394456 or 2678850. OLE color: 2678850.

HSL color Cylindrical-coordinate representation of color #42E028: hue angle of 111.52º 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 #42E028 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 224 40 -
CMYK 0.71 0 0.82 0.12
HSL 111.52º 0.75% 0.52% -
HSV(B) 111.52º 0.82% 0.88% -
XYZ 29.29 54.62 11.01 -
YUV 155.78 62.65 63.96 -
System Red Green Blue C M Y K H S L
Decimal 66 224 40 0.71 0 0.82 0.12 111.52 0.75 0.52
Hex 42 E0 28 47 0 52 C 70 4B 34
Octal 102 340 50 107 0 122 14 160 113 64
Binary 1000010 11100000 101000 1000111 0 1010010 1100 1110000 1001011 110100

Color Harmonies of #42E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E028

Black with #42E028

Text Example


Text Example

White with #42E028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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