Html Css Color HEX #16D020 Lime Green

📋 copy color: '#16D020'

red 22 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #16D020

Tints of Lime Green #16D020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 79.39%

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

R = 8.4%
G = 79.39%
B = 12.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#16D020 (or 0x16D020) is known color: Lime Green. HEX triplet: 16, D0 and 20. RGB value is (22,208,32). Sum of RGB (Red+Green+Blue) = 22+208+32=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 208 (81.64% from 255 or 79.39% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 208 - color contains mainly: green. Hex color #16D020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D020 is #E92FDF. Grayscale: #848484. Windows color (decimal): -15282144 or 2150422. OLE color: 2150422.

HSL color Cylindrical-coordinate representation of color #16D020: hue angle of 123.23º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D020 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 22 208 32 -
CMYK 0.89 0 0.85 0.18
HSL 123.23º 0.81% 0.45% -
HSV(B) 123.23º 0.89% 0.82% -
XYZ 23.15 45.39 8.91 -
YUV 132.32 71.38 49.31 -
System Red Green Blue C M Y K H S L
Decimal 22 208 32 0.89 0 0.85 0.18 123.23 0.81 0.45
Hex 16 D0 20 59 0 55 12 7B 51 2D
Octal 26 320 40 131 0 125 22 173 121 55
Binary 10110 11010000 100000 1011001 0 1010101 10010 1111011 1010001 101101

Color Harmonies of #16D020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D020

Black with #16D020

Text Example


Text Example

White with #16D020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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