Html Css Color HEX #28D716 Lime Green

📋 copy color: '#28D716'

red 40 ◦ green 215 ◦ blue 22

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

Shades of Lime Green #28D716

Tints of Lime Green #28D716

RGB

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

 GREEN value IS 215 (84.38% from 255) = 77.62%

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

R = 14.44%
G = 77.62%
B = 7.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#28D716 (or 0x28D716) is known color: Lime Green. HEX triplet: 28, D7 and 16. RGB value is (40,215,22). Sum of RGB (Red+Green+Blue) = 40+215+22=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 215 (84.38% from 255 or 77.62% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 215 - color contains mainly: green. Hex color #28D716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D716 is #D728E9. Grayscale: #8D8D8D. Windows color (decimal): -14100714 or 1496872. OLE color: 1496872.

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

Color convert

RGB 40 215 22 -
CMYK 0.81 0 0.90 0.16
HSL 114.4º 0.81% 0.46% -
HSV(B) 114.4º 0.9% 0.84% -
XYZ 25.32 49.11 8.9 -
YUV 140.67 61.02 56.19 -
System Red Green Blue C M Y K H S L
Decimal 40 215 22 0.81 0 0.90 0.16 114.4 0.81 0.46
Hex 28 D7 16 51 0 5A 10 72 51 2E
Octal 50 327 26 121 0 132 20 162 121 56
Binary 101000 11010111 10110 1010001 0 1011010 10000 1110010 1010001 101110

Color Harmonies of #28D716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D716

Black with #28D716

Text Example


Text Example

White with #28D716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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