Html Css Color HEX #28DE15 Lime Green

📋 copy color: '#28DE15'

red 40 ◦ green 222 ◦ blue 21

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

Shades of Lime Green #28DE15

Tints of Lime Green #28DE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 14.13%
G = 78.45%
B = 7.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#28DE15 (or 0x28DE15) is known color: Lime Green. HEX triplet: 28, DE and 15. RGB value is (40,222,21). Sum of RGB (Red+Green+Blue) = 40+222+21=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 222 (87.11% from 255 or 78.45% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DE15 is #D721EA. Grayscale: #919191. Windows color (decimal): -14098923 or 1433128. OLE color: 1433128.

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

Color convert

RGB 40 222 21 -
CMYK 0.82 0 0.91 0.13
HSL 114.33º 0.83% 0.48% -
HSV(B) 114.33º 0.91% 0.87% -
XYZ 27.13 52.75 9.46 -
YUV 144.67 58.2 53.34 -
System Red Green Blue C M Y K H S L
Decimal 40 222 21 0.82 0 0.91 0.13 114.33 0.83 0.48
Hex 28 DE 15 52 0 5B D 72 53 30
Octal 50 336 25 122 0 133 15 162 123 60
Binary 101000 11011110 10101 1010010 0 1011011 1101 1110010 1010011 110000

Color Harmonies of #28DE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE15

Black with #28DE15

Text Example


Text Example

White with #28DE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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