Html Css Color HEX #16BB18 Lime Green

📋 copy color: '#16BB18'

red 22 ◦ green 187 ◦ blue 24

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

Shades of Lime Green #16BB18

Tints of Lime Green #16BB18

RGB

 RED value IS 22 (8.98% from 255) = 9.44%

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

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

R = 9.44%
G = 80.26%
B = 10.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#16BB18 (or 0x16BB18) is known color: Lime Green. HEX triplet: 16, BB and 18. RGB value is (22,187,24). Sum of RGB (Red+Green+Blue) = 22+187+24=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 187 (73.44% from 255 or 80.26% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 187 - color contains mainly: green. Hex color #16BB18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BB18 is #E944E7. Grayscale: #777777. Windows color (decimal): -15287528 or 1620758. OLE color: 1620758.

HSL color Cylindrical-coordinate representation of color #16BB18: hue angle of 120.73º 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 #16BB18 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 22 187 24 -
CMYK 0.88 0 0.87 0.27
HSL 120.73º 0.79% 0.41% -
HSV(B) 120.73º 0.88% 0.73% -
XYZ 18.27 35.78 6.81 -
YUV 119.08 74.34 58.75 -
System Red Green Blue C M Y K H S L
Decimal 22 187 24 0.88 0 0.87 0.27 120.73 0.79 0.41
Hex 16 BB 18 58 0 57 1B 79 4F 29
Octal 26 273 30 130 0 127 33 171 117 51
Binary 10110 10111011 11000 1011000 0 1010111 11011 1111001 1001111 101001

Color Harmonies of #16BB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BB18

Black with #16BB18

Text Example


Text Example

White with #16BB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16BB18; }

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

 H1.HeaderClassName
 {
   color: #16BB18;
 }
 .AnyTagClassName
 {
   color: #16BB18;
 }
</style>

background-color css

<style>
 a { background-color: #16BB18; }

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

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

border-color css

<style>
 span { border-color: #16BB18; }

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

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