Html Css Color HEX #16BA18 Lime Green

📋 copy color: '#16BA18'

red 22 ◦ green 186 ◦ blue 24

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

Shades of Lime Green #16BA18

Tints of Lime Green #16BA18

RGB

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

 GREEN value IS 186 (73.05% from 255) = 80.17%

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

R = 9.48%
G = 80.17%
B = 10.34%

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

#16BA18 (or 0x16BA18) is known color: Lime Green. HEX triplet: 16, BA and 18. RGB value is (22,186,24). Sum of RGB (Red+Green+Blue) = 22+186+24=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BA18 is #E945E7. Grayscale: #767676. Windows color (decimal): -15287784 or 1620502. OLE color: 1620502.

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

Color convert

RGB 22 186 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.05 35.35 6.74 -
YUV 118.5 74.67 59.17 -
System Red Green Blue C M Y K H S L
Decimal 22 186 24 0.88 0 0.87 0.27 120.73 0.79 0.41
Hex 16 BA 18 58 0 57 1B 79 4F 29
Octal 26 272 30 130 0 127 33 171 117 51
Binary 10110 10111010 11000 1011000 0 1010111 11011 1111001 1001111 101001

Color Harmonies of #16BA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BA18

Black with #16BA18

Text Example


Text Example

White with #16BA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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