Html Css Color HEX #28E032 Lime Green

📋 copy color: '#28E032'

red 40 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #28E032

Tints of Lime Green #28E032

RGB

 RED value IS 40 (16.02% from 255) = 12.74%

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

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 12.74%
G = 71.34%
B = 15.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#28E032 (or 0x28E032) is known color: Lime Green. HEX triplet: 28, E0 and 32. RGB value is (40,224,50). Sum of RGB (Red+Green+Blue) = 40+224+50=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #28E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E032 is #D71FCD. Grayscale: #959595. Windows color (decimal): -14098382 or 3334184. OLE color: 3334184.

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

Color convert

RGB 40 224 50 -
CMYK 0.82 0 0.78 0.12
HSL 123.26º 0.75% 0.52% -
HSV(B) 123.26º 0.82% 0.88% -
XYZ 28.11 53.99 11.96 -
YUV 149.15 72.04 50.15 -
System Red Green Blue C M Y K H S L
Decimal 40 224 50 0.82 0 0.78 0.12 123.26 0.75 0.52
Hex 28 E0 32 52 0 4E C 7B 4B 34
Octal 50 340 62 122 0 116 14 173 113 64
Binary 101000 11100000 110010 1010010 0 1001110 1100 1111011 1001011 110100

Color Harmonies of #28E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E032

Black with #28E032

Text Example


Text Example

White with #28E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28E032; }

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

 H1.HeaderClassName
 {
   color: #28E032;
 }
 .AnyTagClassName
 {
   color: #28E032;
 }
</style>

background-color css

<style>
 a { background-color: #28E032; }

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

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

border-color css

<style>
 span { border-color: #28E032; }

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

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