Html Css Color HEX #16C410 Lime Green

📋 copy color: '#16C410'

red 22 ◦ green 196 ◦ blue 16

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

Shades of Lime Green #16C410

Tints of Lime Green #16C410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 83.76%

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 9.4%
G = 83.76%
B = 6.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#16C410 (or 0x16C410) is known color: Lime Green. HEX triplet: 16, C4 and 10. RGB value is (22,196,16). Sum of RGB (Red+Green+Blue) = 22+196+16=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 196 (76.95% from 255 or 83.76% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 196 - color contains mainly: green. Hex color #16C410 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C410 is #E93BEF. Grayscale: #7C7C7C. Windows color (decimal): -15285232 or 1098774. OLE color: 1098774.

HSL color Cylindrical-coordinate representation of color #16C410: hue angle of 118º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16C410 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 22 196 16 -
CMYK 0.89 0 0.92 0.23
HSL 118º 0.85% 0.42% -
HSV(B) 118º 0.92% 0.77% -
XYZ 20.16 39.69 7.09 -
YUV 123.45 67.35 55.64 -
System Red Green Blue C M Y K H S L
Decimal 22 196 16 0.89 0 0.92 0.23 118 0.85 0.42
Hex 16 C4 10 59 0 5C 17 76 55 2A
Octal 26 304 20 131 0 134 27 166 125 52
Binary 10110 11000100 10000 1011001 0 1011100 10111 1110110 1010101 101010

Color Harmonies of #16C410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C410

Black with #16C410

Text Example


Text Example

White with #16C410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,196,16); }

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

background-color css

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

 a { background-color: rgb(22,196,16); }

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

border-color css

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

 span { border-color: rgb(22,196,16); }

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