Html Css Color HEX #28E532 Lime Green

📋 copy color: '#28E532'

red 40 ◦ green 229 ◦ blue 50

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

Shades of Lime Green #28E532

Tints of Lime Green #28E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 71.79%

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

R = 12.54%
G = 71.79%
B = 15.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#28E532 (or 0x28E532) is known color: Lime Green. HEX triplet: 28, E5 and 32. RGB value is (40,229,50). Sum of RGB (Red+Green+Blue) = 40+229+50=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 229 (89.84% from 255 or 71.79% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 229 - color contains mainly: green. Hex color #28E532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E532 is #D71ACD. Grayscale: #989898. Windows color (decimal): -14097102 or 3335464. OLE color: 3335464.

HSL color Cylindrical-coordinate representation of color #28E532: hue angle of 123.17º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E532 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 229 50 -
CMYK 0.83 0 0.78 0.10
HSL 123.17º 0.78% 0.53% -
HSV(B) 123.17º 0.83% 0.9% -
XYZ 29.47 56.72 12.41 -
YUV 152.08 70.38 48.05 -
System Red Green Blue C M Y K H S L
Decimal 40 229 50 0.83 0 0.78 0.10 123.17 0.78 0.53
Hex 28 E5 32 53 0 4E A 7B 4E 35
Octal 50 345 62 123 0 116 12 173 116 65
Binary 101000 11100101 110010 1010011 0 1001110 1010 1111011 1001110 110101

Color Harmonies of #28E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E532

Black with #28E532

Text Example


Text Example

White with #28E532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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