Html Css Color HEX #16B820 Lime Green

📋 copy color: '#16B820'

red 22 ◦ green 184 ◦ blue 32

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

Shades of Lime Green #16B820

Tints of Lime Green #16B820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 77.31%

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

R = 9.24%
G = 77.31%
B = 13.45%

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

#16B820 (or 0x16B820) is known color: Lime Green. HEX triplet: 16, B8 and 20. RGB value is (22,184,32). Sum of RGB (Red+Green+Blue) = 22+184+32=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 184 (72.27% from 255 or 77.31% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 184 - color contains mainly: green. Hex color #16B820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B820 is #E947DF. Grayscale: #767676. Windows color (decimal): -15288288 or 2144278. OLE color: 2144278.

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

Color convert

RGB 22 184 32 -
CMYK 0.88 0 0.83 0.28
HSL 123.7º 0.79% 0.4% -
HSV(B) 123.7º 0.88% 0.72% -
XYZ 17.73 34.56 7.1 -
YUV 118.23 79.33 59.36 -
System Red Green Blue C M Y K H S L
Decimal 22 184 32 0.88 0 0.83 0.28 123.7 0.79 0.4
Hex 16 B8 20 58 0 53 1C 7C 4F 28
Octal 26 270 40 130 0 123 34 174 117 50
Binary 10110 10111000 100000 1011000 0 1010011 11100 1111100 1001111 101000

Color Harmonies of #16B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B820

Black with #16B820

Text Example


Text Example

White with #16B820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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