Html Css Color HEX #16CA20 Lime Green

📋 copy color: '#16CA20'

red 22 ◦ green 202 ◦ blue 32

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

Shades of Lime Green #16CA20

Tints of Lime Green #16CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 78.91%

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

R = 8.59%
G = 78.91%
B = 12.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#16CA20 (or 0x16CA20) is known color: Lime Green. HEX triplet: 16, CA and 20. RGB value is (22,202,32). Sum of RGB (Red+Green+Blue) = 22+202+32=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CA20 is #E935DF. Grayscale: #818181. Windows color (decimal): -15283680 or 2148886. OLE color: 2148886.

HSL color Cylindrical-coordinate representation of color #16CA20: hue angle of 123.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA20 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 22 202 32 -
CMYK 0.89 0 0.84 0.21
HSL 123.33º 0.8% 0.44% -
HSV(B) 123.33º 0.89% 0.79% -
XYZ 21.71 42.52 8.43 -
YUV 128.8 73.37 51.82 -
System Red Green Blue C M Y K H S L
Decimal 22 202 32 0.89 0 0.84 0.21 123.33 0.8 0.44
Hex 16 CA 20 59 0 54 15 7B 50 2C
Octal 26 312 40 131 0 124 25 173 120 54
Binary 10110 11001010 100000 1011001 0 1010100 10101 1111011 1010000 101100

Color Harmonies of #16CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CA20

Black with #16CA20

Text Example


Text Example

White with #16CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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