Html Css Color HEX #16CA14 Lime Green

📋 copy color: '#16CA14'

red 22 ◦ green 202 ◦ blue 20

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

Shades of Lime Green #16CA14

Tints of Lime Green #16CA14

RGB

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

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

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

R = 9.02%
G = 82.79%
B = 8.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#16CA14 (or 0x16CA14) is known color: Lime Green. HEX triplet: 16, CA and 14. RGB value is (22,202,20). Sum of RGB (Red+Green+Blue) = 22+202+20=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 202 (79.30% from 255 or 82.79% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CA14 is #E935EB. Grayscale: #7F7F7F. Windows color (decimal): -15283692 or 1362454. OLE color: 1362454.

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

Color convert

RGB 22 202 20 -
CMYK 0.89 0 0.90 0.21
HSL 119.34º 0.82% 0.44% -
HSV(B) 119.34º 0.9% 0.79% -
XYZ 21.58 42.46 7.72 -
YUV 127.43 67.37 52.8 -
System Red Green Blue C M Y K H S L
Decimal 22 202 20 0.89 0 0.90 0.21 119.34 0.82 0.44
Hex 16 CA 14 59 0 5A 15 77 52 2C
Octal 26 312 24 131 0 132 25 167 122 54
Binary 10110 11001010 10100 1011001 0 1011010 10101 1110111 1010010 101100

Color Harmonies of #16CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CA14

Black with #16CA14

Text Example


Text Example

White with #16CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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