Html Css Color HEX #19C814 Lime Green

📋 copy color: '#19C814'

red 25 ◦ green 200 ◦ blue 20

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

Shades of Lime Green #19C814

Tints of Lime Green #19C814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 81.63%

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

R = 10.2%
G = 81.63%
B = 8.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#19C814 (or 0x19C814) is known color: Lime Green. HEX triplet: 19, C8 and 14. RGB value is (25,200,20). Sum of RGB (Red+Green+Blue) = 25+200+20=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 200 (78.52% from 255 or 81.63% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 200 - color contains mainly: green. Hex color #19C814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C814 is #E637EB. Grayscale: #7F7F7F. Windows color (decimal): -15087596 or 1361945. OLE color: 1361945.

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

Color convert

RGB 25 200 20 -
CMYK 0.88 0 0.9 0.22
HSL 118.33º 0.82% 0.43% -
HSV(B) 118.33º 0.9% 0.78% -
XYZ 21.18 41.57 7.57 -
YUV 127.16 67.52 55.14 -
System Red Green Blue C M Y K H S L
Decimal 25 200 20 0.88 0 0.9 0.22 118.33 0.82 0.43
Hex 19 C8 14 58 0 5A 16 76 52 2B
Octal 31 310 24 130 0 132 26 166 122 53
Binary 11001 11001000 10100 1011000 0 1011010 10110 1110110 1010010 101011

Color Harmonies of #19C814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C814

Black with #19C814

Text Example


Text Example

White with #19C814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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