Html Css Color HEX #28DE16 Lime Green

📋 copy color: '#28DE16'

red 40 ◦ green 222 ◦ blue 22

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

Shades of Lime Green #28DE16

Tints of Lime Green #28DE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 14.08%
G = 78.17%
B = 7.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#28DE16 (or 0x28DE16) is known color: Lime Green. HEX triplet: 28, DE and 16. RGB value is (40,222,22). Sum of RGB (Red+Green+Blue) = 40+222+22=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 222 (87.11% from 255 or 78.17% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DE16 is #D721E9. Grayscale: #919191. Windows color (decimal): -14098922 or 1498664. OLE color: 1498664.

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

Color convert

RGB 40 222 22 -
CMYK 0.82 0 0.90 0.13
HSL 114.6º 0.82% 0.48% -
HSV(B) 114.6º 0.9% 0.87% -
XYZ 27.14 52.75 9.51 -
YUV 144.78 58.7 53.26 -
System Red Green Blue C M Y K H S L
Decimal 40 222 22 0.82 0 0.90 0.13 114.6 0.82 0.48
Hex 28 DE 16 52 0 5A D 73 52 30
Octal 50 336 26 122 0 132 15 163 122 60
Binary 101000 11011110 10110 1010010 0 1011010 1101 1110011 1010010 110000

Color Harmonies of #28DE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE16

Black with #28DE16

Text Example


Text Example

White with #28DE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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