Html Css Color HEX #14C61D Lime Green

📋 copy color: '#14C61D'

red 20 ◦ green 198 ◦ blue 29

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

Shades of Lime Green #14C61D

Tints of Lime Green #14C61D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 80.16%

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 8.1%
G = 80.16%
B = 11.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#14C61D (or 0x14C61D) is known color: Lime Green. HEX triplet: 14, C6 and 1D. RGB value is (20,198,29). Sum of RGB (Red+Green+Blue) = 20+198+29=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 198 (77.73% from 255 or 80.16% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 198 - color contains mainly: green. Hex color #14C61D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C61D is #EB39E2. Grayscale: #7E7E7E. Windows color (decimal): -15415779 or 1951252. OLE color: 1951252.

HSL color Cylindrical-coordinate representation of color #14C61D: hue angle of 123.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C61D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 198 29 -
CMYK 0.90 0 0.85 0.22
HSL 123.03º 0.82% 0.43% -
HSV(B) 123.03º 0.9% 0.78% -
XYZ 20.7 40.63 7.91 -
YUV 125.51 73.53 52.74 -
System Red Green Blue C M Y K H S L
Decimal 20 198 29 0.90 0 0.85 0.22 123.03 0.82 0.43
Hex 14 C6 1D 5A 0 55 16 7B 52 2B
Octal 24 306 35 132 0 125 26 173 122 53
Binary 10100 11000110 11101 1011010 0 1010101 10110 1111011 1010010 101011

Color Harmonies of #14C61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C61D

Black with #14C61D

Text Example


Text Example

White with #14C61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,198,29); }

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

background-color css

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

 a { background-color: rgb(20,198,29); }

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

border-color css

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

 span { border-color: rgb(20,198,29); }

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