Html Css Color HEX #16CD14 Lime Green

📋 copy color: '#16CD14'

red 22 ◦ green 205 ◦ blue 20

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

Shades of Lime Green #16CD14

Tints of Lime Green #16CD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 83%

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

R = 8.91%
G = 83%
B = 8.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#16CD14 (or 0x16CD14) is known color: Lime Green. HEX triplet: 16, CD and 14. RGB value is (22,205,20). Sum of RGB (Red+Green+Blue) = 22+205+20=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 205 (80.47% from 255 or 83.00% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CD14 is #E932EB. Grayscale: #818181. Windows color (decimal): -15282924 or 1363222. OLE color: 1363222.

HSL color Cylindrical-coordinate representation of color #16CD14: 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 #16CD14 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 205 20 -
CMYK 0.89 0 0.90 0.20
HSL 119.35º 0.82% 0.44% -
HSV(B) 119.35º 0.9% 0.8% -
XYZ 22.29 43.88 7.96 -
YUV 129.19 66.37 51.54 -
System Red Green Blue C M Y K H S L
Decimal 22 205 20 0.89 0 0.90 0.20 119.35 0.82 0.44
Hex 16 CD 14 59 0 5A 14 77 52 2C
Octal 26 315 24 131 0 132 24 167 122 54
Binary 10110 11001101 10100 1011001 0 1011010 10100 1110111 1010010 101100

Color Harmonies of #16CD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CD14

Black with #16CD14

Text Example


Text Example

White with #16CD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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