Html Css Color HEX #16CC14 Lime Green

📋 copy color: '#16CC14'

red 22 ◦ green 204 ◦ blue 20

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

Shades of Lime Green #16CC14

Tints of Lime Green #16CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 82.93%

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 8.94%
G = 82.93%
B = 8.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#16CC14 (or 0x16CC14) is known color: Lime Green. HEX triplet: 16, CC and 14. RGB value is (22,204,20). Sum of RGB (Red+Green+Blue) = 22+204+20=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 204 (80.08% from 255 or 82.93% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CC14 is #E933EB. Grayscale: #818181. Windows color (decimal): -15283180 or 1362966. OLE color: 1362966.

HSL color Cylindrical-coordinate representation of color #16CC14: hue angle of 119.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CC14 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 204 20 -
CMYK 0.89 0 0.90 0.2
HSL 119.35º 0.82% 0.44% -
HSV(B) 119.35º 0.9% 0.8% -
XYZ 22.05 43.41 7.88 -
YUV 128.61 66.7 51.96 -
System Red Green Blue C M Y K H S L
Decimal 22 204 20 0.89 0 0.90 0.2 119.35 0.82 0.44
Hex 16 CC 14 59 0 5A 14 77 52 2C
Octal 26 314 24 131 0 132 24 167 122 54
Binary 10110 11001100 10100 1011001 0 1011010 10100 1110111 1010010 101100

Color Harmonies of #16CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CC14

Black with #16CC14

Text Example


Text Example

White with #16CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,204,20); }

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

background-color css

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

 a { background-color: rgb(22,204,20); }

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

border-color css

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

 span { border-color: rgb(22,204,20); }

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