Html Css Color HEX #19CA14 Lime Green

📋 copy color: '#19CA14'

red 25 ◦ green 202 ◦ blue 20

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

Shades of Lime Green #19CA14

Tints of Lime Green #19CA14

RGB

 RED value IS 25 (10.16% from 255) = 10.12%

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

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

R = 10.12%
G = 81.78%
B = 8.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#19CA14 (or 0x19CA14) is known color: Lime Green. HEX triplet: 19, CA and 14. RGB value is (25,202,20). Sum of RGB (Red+Green+Blue) = 25+202+20=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #19CA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CA14 is #E635EB. Grayscale: #808080. Windows color (decimal): -15087084 or 1362457. OLE color: 1362457.

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

Color convert

RGB 25 202 20 -
CMYK 0.88 0 0.90 0.21
HSL 118.35º 0.82% 0.44% -
HSV(B) 118.35º 0.9% 0.79% -
XYZ 21.65 42.5 7.72 -
YUV 128.33 66.86 54.3 -
System Red Green Blue C M Y K H S L
Decimal 25 202 20 0.88 0 0.90 0.21 118.35 0.82 0.44
Hex 19 CA 14 58 0 5A 15 76 52 2C
Octal 31 312 24 130 0 132 25 166 122 54
Binary 11001 11001010 10100 1011000 0 1011010 10101 1110110 1010010 101100

Color Harmonies of #19CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CA14

Black with #19CA14

Text Example


Text Example

White with #19CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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