Html Css Color HEX #28DE32 Lime Green

📋 copy color: '#28DE32'

red 40 ◦ green 222 ◦ blue 50

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

Shades of Lime Green #28DE32

Tints of Lime Green #28DE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.15%

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

R = 12.82%
G = 71.15%
B = 16.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#28DE32 (or 0x28DE32) is known color: Lime Green. HEX triplet: 28, DE and 32. RGB value is (40,222,50). Sum of RGB (Red+Green+Blue) = 40+222+50=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 222 (87.11% from 255 or 71.15% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DE32 is #D721CD. Grayscale: #949494. Windows color (decimal): -14098894 or 3333672. OLE color: 3333672.

HSL color Cylindrical-coordinate representation of color #28DE32: hue angle of 123.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DE32 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 222 50 -
CMYK 0.82 0 0.77 0.13
HSL 123.3º 0.73% 0.51% -
HSV(B) 123.3º 0.82% 0.87% -
XYZ 27.57 52.92 11.78 -
YUV 147.97 72.7 50.99 -
System Red Green Blue C M Y K H S L
Decimal 40 222 50 0.82 0 0.77 0.13 123.3 0.73 0.51
Hex 28 DE 32 52 0 4D D 7B 49 33
Octal 50 336 62 122 0 115 15 173 111 63
Binary 101000 11011110 110010 1010010 0 1001101 1101 1111011 1001001 110011

Color Harmonies of #28DE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE32

Black with #28DE32

Text Example


Text Example

White with #28DE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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