Html Css Color HEX #16C220 Lime Green

📋 copy color: '#16C220'

red 22 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #16C220

Tints of Lime Green #16C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 78.23%

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

R = 8.87%
G = 78.23%
B = 12.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#16C220 (or 0x16C220) is known color: Lime Green. HEX triplet: 16, C2 and 20. RGB value is (22,194,32). Sum of RGB (Red+Green+Blue) = 22+194+32=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #16C220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C220 is #E93DDF. Grayscale: #7C7C7C. Windows color (decimal): -15285728 or 2146838. OLE color: 2146838.

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

Color convert

RGB 22 194 32 -
CMYK 0.89 0 0.84 0.24
HSL 123.49º 0.8% 0.42% -
HSV(B) 123.49º 0.89% 0.76% -
XYZ 19.88 38.86 7.82 -
YUV 124.1 76.02 55.17 -
System Red Green Blue C M Y K H S L
Decimal 22 194 32 0.89 0 0.84 0.24 123.49 0.8 0.42
Hex 16 C2 20 59 0 54 18 7B 50 2A
Octal 26 302 40 131 0 124 30 173 120 52
Binary 10110 11000010 100000 1011001 0 1010100 11000 1111011 1010000 101010

Color Harmonies of #16C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C220

Black with #16C220

Text Example


Text Example

White with #16C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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