Html Css Color HEX #28C916 Lime Green

📋 copy color: '#28C916'

red 40 ◦ green 201 ◦ blue 22

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

Shades of Lime Green #28C916

Tints of Lime Green #28C916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 76.43%

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

R = 15.21%
G = 76.43%
B = 8.37%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#28C916 (or 0x28C916) is known color: Lime Green. HEX triplet: 28, C9 and 16. RGB value is (40,201,22). Sum of RGB (Red+Green+Blue) = 40+201+22=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 201 (78.91% from 255 or 76.43% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 201 - color contains mainly: green. Hex color #28C916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C916 is #D736E9. Grayscale: #858585. Windows color (decimal): -14104298 or 1493288. OLE color: 1493288.

HSL color Cylindrical-coordinate representation of color #28C916: hue angle of 113.97º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28C916 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 201 22 -
CMYK 0.80 0 0.89 0.21
HSL 113.97º 0.8% 0.44% -
HSV(B) 113.97º 0.89% 0.79% -
XYZ 21.91 42.28 7.77 -
YUV 132.46 65.66 62.05 -
System Red Green Blue C M Y K H S L
Decimal 40 201 22 0.80 0 0.89 0.21 113.97 0.8 0.44
Hex 28 C9 16 50 0 59 15 72 50 2C
Octal 50 311 26 120 0 131 25 162 120 54
Binary 101000 11001001 10110 1010000 0 1011001 10101 1110010 1010000 101100

Color Harmonies of #28C916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C916

Black with #28C916

Text Example


Text Example

White with #28C916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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