Html Css Color HEX #16DA20 Lime Green

📋 copy color: '#16DA20'

red 22 ◦ green 218 ◦ blue 32

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

Shades of Lime Green #16DA20

Tints of Lime Green #16DA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 80.15%

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

R = 8.09%
G = 80.15%
B = 11.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#16DA20 (or 0x16DA20) is known color: Lime Green. HEX triplet: 16, DA and 20. RGB value is (22,218,32). Sum of RGB (Red+Green+Blue) = 22+218+32=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 218 (85.55% from 255 or 80.15% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 218 - color contains mainly: green. Hex color #16DA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DA20 is #E925DF. Grayscale: #8A8A8A. Windows color (decimal): -15279584 or 2152982. OLE color: 2152982.

HSL color Cylindrical-coordinate representation of color #16DA20: hue angle of 123.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DA20 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 218 32 -
CMYK 0.90 0 0.85 0.15
HSL 123.06º 0.82% 0.47% -
HSV(B) 123.06º 0.9% 0.85% -
XYZ 25.66 50.42 9.75 -
YUV 138.19 68.07 45.12 -
System Red Green Blue C M Y K H S L
Decimal 22 218 32 0.90 0 0.85 0.15 123.06 0.82 0.47
Hex 16 DA 20 5A 0 55 F 7B 52 2F
Octal 26 332 40 132 0 125 17 173 122 57
Binary 10110 11011010 100000 1011010 0 1010101 1111 1111011 1010010 101111

Color Harmonies of #16DA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16DA20

Black with #16DA20

Text Example


Text Example

White with #16DA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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