Html Css Color HEX #14C310 Lime Green

📋 copy color: '#14C310'

red 20 ◦ green 195 ◦ blue 16

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

Shades of Lime Green #14C310

Tints of Lime Green #14C310

RGB

 RED value IS 20 (8.2% from 255) = 8.66%

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

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

R = 8.66%
G = 84.42%
B = 6.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#14C310 (or 0x14C310) is known color: Lime Green. HEX triplet: 14, C3 and 10. RGB value is (20,195,16). Sum of RGB (Red+Green+Blue) = 20+195+16=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 195 (76.56% from 255 or 84.42% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 195 - color contains mainly: green. Hex color #14C310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C310 is #EB3CEF. Grayscale: #7A7A7A. Windows color (decimal): -15416560 or 1098516. OLE color: 1098516.

HSL color Cylindrical-coordinate representation of color #14C310: hue angle of 118.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C310 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 195 16 -
CMYK 0.90 0 0.92 0.24
HSL 118.66º 0.85% 0.41% -
HSV(B) 118.66º 0.92% 0.76% -
XYZ 19.9 39.22 7.01 -
YUV 122.27 68.02 55.05 -
System Red Green Blue C M Y K H S L
Decimal 20 195 16 0.90 0 0.92 0.24 118.66 0.85 0.41
Hex 14 C3 10 5A 0 5C 18 77 55 29
Octal 24 303 20 132 0 134 30 167 125 51
Binary 10100 11000011 10000 1011010 0 1011100 11000 1110111 1010101 101001

Color Harmonies of #14C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C310

Black with #14C310

Text Example


Text Example

White with #14C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14C310; }

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

 H1.HeaderClassName
 {
   color: #14C310;
 }
 .AnyTagClassName
 {
   color: #14C310;
 }
</style>

background-color css

<style>
 a { background-color: #14C310; }

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

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

border-color css

<style>
 span { border-color: #14C310; }

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

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