Html Css Color HEX #14CD19 Lime Green

📋 copy color: '#14CD19'

red 20 ◦ green 205 ◦ blue 25

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

Shades of Lime Green #14CD19

Tints of Lime Green #14CD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 8%
G = 82%
B = 10%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#14CD19 (or 0x14CD19) is known color: Lime Green. HEX triplet: 14, CD and 19. RGB value is (20,205,25). Sum of RGB (Red+Green+Blue) = 20+205+25=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 205 (80.47% from 255 or 82% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CD19 is #EB32E6. Grayscale: #818181. Windows color (decimal): -15413991 or 1690900. OLE color: 1690900.

HSL color Cylindrical-coordinate representation of color #14CD19: hue angle of 121.62º 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 #14CD19 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 205 25 -
CMYK 0.90 0 0.88 0.20
HSL 121.62º 0.82% 0.44% -
HSV(B) 121.62º 0.9% 0.8% -
XYZ 22.3 43.88 8.21 -
YUV 129.17 69.21 50.14 -
System Red Green Blue C M Y K H S L
Decimal 20 205 25 0.90 0 0.88 0.20 121.62 0.82 0.44
Hex 14 CD 19 5A 0 58 14 7A 52 2C
Octal 24 315 31 132 0 130 24 172 122 54
Binary 10100 11001101 11001 1011010 0 1011000 10100 1111010 1010010 101100

Color Harmonies of #14CD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD19

Black with #14CD19

Text Example


Text Example

White with #14CD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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