Html Css Color HEX #28BB16 Lime Green

📋 copy color: '#28BB16'

red 40 ◦ green 187 ◦ blue 22

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

Shades of Lime Green #28BB16

Tints of Lime Green #28BB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 75.1%

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

R = 16.06%
G = 75.1%
B = 8.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#28BB16 (or 0x28BB16) is known color: Lime Green. HEX triplet: 28, BB and 16. RGB value is (40,187,22). Sum of RGB (Red+Green+Blue) = 40+187+22=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 187 (73.44% from 255 or 75.10% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BB16 is #D744E9. Grayscale: #7C7C7C. Windows color (decimal): -14107882 or 1489704. OLE color: 1489704.

HSL color Cylindrical-coordinate representation of color #28BB16: hue angle of 113.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28BB16 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 187 22 -
CMYK 0.79 0 0.88 0.27
HSL 113.45º 0.79% 0.41% -
HSV(B) 113.45º 0.88% 0.73% -
XYZ 18.79 36.05 6.73 -
YUV 124.24 70.3 67.92 -
System Red Green Blue C M Y K H S L
Decimal 40 187 22 0.79 0 0.88 0.27 113.45 0.79 0.41
Hex 28 BB 16 4F 0 58 1B 71 4F 29
Octal 50 273 26 117 0 130 33 161 117 51
Binary 101000 10111011 10110 1001111 0 1011000 11011 1110001 1001111 101001

Color Harmonies of #28BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BB16

Black with #28BB16

Text Example


Text Example

White with #28BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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