Html Css Color HEX #28D216 Lime Green

📋 copy color: '#28D216'

red 40 ◦ green 210 ◦ blue 22

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

Shades of Lime Green #28D216

Tints of Lime Green #28D216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 77.21%

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

R = 14.71%
G = 77.21%
B = 8.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#28D216 (or 0x28D216) is known color: Lime Green. HEX triplet: 28, D2 and 16. RGB value is (40,210,22). Sum of RGB (Red+Green+Blue) = 40+210+22=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 210 (82.42% from 255 or 77.21% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 210 - color contains mainly: green. Hex color #28D216 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D216 is #D72DE9. Grayscale: #8A8A8A. Windows color (decimal): -14101994 or 1495592. OLE color: 1495592.

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

Color convert

RGB 40 210 22 -
CMYK 0.81 0 0.90 0.18
HSL 114.26º 0.81% 0.45% -
HSV(B) 114.26º 0.9% 0.82% -
XYZ 24.07 46.6 8.49 -
YUV 137.74 62.68 58.29 -
System Red Green Blue C M Y K H S L
Decimal 40 210 22 0.81 0 0.90 0.18 114.26 0.81 0.45
Hex 28 D2 16 51 0 5A 12 72 51 2D
Octal 50 322 26 121 0 132 22 162 121 55
Binary 101000 11010010 10110 1010001 0 1011010 10010 1110010 1010001 101101

Color Harmonies of #28D216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D216

Black with #28D216

Text Example


Text Example

White with #28D216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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