Html Css Color HEX #16B720 Lime Green

📋 copy color: '#16B720'

red 22 ◦ green 183 ◦ blue 32

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

Shades of Lime Green #16B720

Tints of Lime Green #16B720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 77.22%

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 9.28%
G = 77.22%
B = 13.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#16B720 (or 0x16B720) is known color: Lime Green. HEX triplet: 16, B7 and 20. RGB value is (22,183,32). Sum of RGB (Red+Green+Blue) = 22+183+32=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 183 (71.88% from 255 or 77.22% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 183 - color contains mainly: green. Hex color #16B720 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B720 is #E948DF. Grayscale: #767676. Windows color (decimal): -15288544 or 2144022. OLE color: 2144022.

HSL color Cylindrical-coordinate representation of color #16B720: hue angle of 123.73º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B720 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 22 183 32 -
CMYK 0.88 0 0.83 0.28
HSL 123.73º 0.79% 0.4% -
HSV(B) 123.73º 0.88% 0.72% -
XYZ 17.53 34.14 7.03 -
YUV 117.65 79.66 59.78 -
System Red Green Blue C M Y K H S L
Decimal 22 183 32 0.88 0 0.83 0.28 123.73 0.79 0.4
Hex 16 B7 20 58 0 53 1C 7C 4F 28
Octal 26 267 40 130 0 123 34 174 117 50
Binary 10110 10110111 100000 1011000 0 1010011 11100 1111100 1001111 101000

Color Harmonies of #16B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B720

Black with #16B720

Text Example


Text Example

White with #16B720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,183,32); }

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

background-color css

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

 a { background-color: rgb(22,183,32); }

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

border-color css

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

 span { border-color: rgb(22,183,32); }

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