Html Css Color HEX #42E928 Lime Green

📋 copy color: '#42E928'

red 66 ◦ green 233 ◦ blue 40

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

Shades of Lime Green #42E928

Tints of Lime Green #42E928

RGB

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

 GREEN value IS 233 (91.41% from 255) = 68.73%

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

R = 19.47%
G = 68.73%
B = 11.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#42E928 (or 0x42E928) is known color: Lime Green. HEX triplet: 42, E9 and 28. RGB value is (66,233,40). Sum of RGB (Red+Green+Blue) = 66+233+40=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 233 (91.41% from 255 or 68.73% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 233 - color contains mainly: green. Hex color #42E928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E928 is #BD16D7. Grayscale: #A1A1A1. Windows color (decimal): -12392152 or 2681154. OLE color: 2681154.

HSL color Cylindrical-coordinate representation of color #42E928: hue angle of 111.92º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42E928 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 233 40 -
CMYK 0.72 0 0.83 0.09
HSL 111.92º 0.81% 0.54% -
HSV(B) 111.92º 0.83% 0.91% -
XYZ 31.77 59.59 11.83 -
YUV 161.07 59.67 60.19 -
System Red Green Blue C M Y K H S L
Decimal 66 233 40 0.72 0 0.83 0.09 111.92 0.81 0.54
Hex 42 E9 28 48 0 53 9 70 51 36
Octal 102 351 50 110 0 123 11 160 121 66
Binary 1000010 11101001 101000 1001000 0 1010011 1001 1110000 1010001 110110

Color Harmonies of #42E928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E928

Black with #42E928

Text Example


Text Example

White with #42E928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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