Html Css Color HEX #16C314 Lime Green

📋 copy color: '#16C314'

red 22 ◦ green 195 ◦ blue 20

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

Shades of Lime Green #16C314

Tints of Lime Green #16C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 82.28%

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

R = 9.28%
G = 82.28%
B = 8.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#16C314 (or 0x16C314) is known color: Lime Green. HEX triplet: 16, C3 and 14. RGB value is (22,195,20). Sum of RGB (Red+Green+Blue) = 22+195+20=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 195 (76.56% from 255 or 82.28% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 195 - color contains mainly: green. Hex color #16C314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C314 is #E93CEB. Grayscale: #7B7B7B. Windows color (decimal): -15285484 or 1360662. OLE color: 1360662.

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

Color convert

RGB 22 195 20 -
CMYK 0.89 0 0.90 0.24
HSL 119.31º 0.81% 0.42% -
HSV(B) 119.31º 0.9% 0.76% -
XYZ 19.97 39.25 7.19 -
YUV 123.32 69.69 55.73 -
System Red Green Blue C M Y K H S L
Decimal 22 195 20 0.89 0 0.90 0.24 119.31 0.81 0.42
Hex 16 C3 14 59 0 5A 18 77 51 2A
Octal 26 303 24 131 0 132 30 167 121 52
Binary 10110 11000011 10100 1011001 0 1011010 11000 1110111 1010001 101010

Color Harmonies of #16C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C314

Black with #16C314

Text Example


Text Example

White with #16C314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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