Html Css Color HEX #28D818 Lime Green

📋 copy color: '#28D818'

red 40 ◦ green 216 ◦ blue 24

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

Shades of Lime Green #28D818

Tints of Lime Green #28D818

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.14%

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

R = 14.29%
G = 77.14%
B = 8.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#28D818 (or 0x28D818) is known color: Lime Green. HEX triplet: 28, D8 and 18. RGB value is (40,216,24). Sum of RGB (Red+Green+Blue) = 40+216+24=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 216 (84.77% from 255 or 77.14% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 216 - color contains mainly: green. Hex color #28D818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D818 is #D727E7. Grayscale: #8E8E8E. Windows color (decimal): -14100456 or 1628200. OLE color: 1628200.

HSL color Cylindrical-coordinate representation of color #28D818: hue angle of 115º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28D818 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 216 24 -
CMYK 0.81 0 0.89 0.15
HSL 115º 0.8% 0.47% -
HSV(B) 115º 0.89% 0.85% -
XYZ 25.6 49.63 9.09 -
YUV 141.49 61.69 55.61 -
System Red Green Blue C M Y K H S L
Decimal 40 216 24 0.81 0 0.89 0.15 115 0.8 0.47
Hex 28 D8 18 51 0 59 F 73 50 2F
Octal 50 330 30 121 0 131 17 163 120 57
Binary 101000 11011000 11000 1010001 0 1011001 1111 1110011 1010000 101111

Color Harmonies of #28D818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D818

Black with #28D818

Text Example


Text Example

White with #28D818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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