Html Css Color HEX #28DE18 Lime Green

📋 copy color: '#28DE18'

red 40 ◦ green 222 ◦ blue 24

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

Shades of Lime Green #28DE18

Tints of Lime Green #28DE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.39%

R = 13.99%
G = 77.62%
B = 8.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#28DE18 (or 0x28DE18) is known color: Lime Green. HEX triplet: 28, DE and 18. RGB value is (40,222,24). Sum of RGB (Red+Green+Blue) = 40+222+24=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 222 (87.11% from 255 or 77.62% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DE18 is #D721E7. Grayscale: #919191. Windows color (decimal): -14098920 or 1629736. OLE color: 1629736.

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

Color convert

RGB 40 222 24 -
CMYK 0.82 0 0.89 0.13
HSL 115.15º 0.8% 0.48% -
HSV(B) 115.15º 0.89% 0.87% -
XYZ 27.16 52.76 9.62 -
YUV 145.01 59.7 53.1 -
System Red Green Blue C M Y K H S L
Decimal 40 222 24 0.82 0 0.89 0.13 115.15 0.8 0.48
Hex 28 DE 18 52 0 59 D 73 50 30
Octal 50 336 30 122 0 131 15 163 120 60
Binary 101000 11011110 11000 1010010 0 1011001 1101 1110011 1010000 110000

Color Harmonies of #28DE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE18

Black with #28DE18

Text Example


Text Example

White with #28DE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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