Html Css Color HEX #19C70D Lime Green

📋 copy color: '#19C70D'

red 25 ◦ green 199 ◦ blue 13

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

Shades of Lime Green #19C70D

Tints of Lime Green #19C70D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 83.97%

 BLUE value IS 13 (5.47% from 255) = 5.49%

R = 10.55%
G = 83.97%
B = 5.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#19C70D (or 0x19C70D) is known color: Lime Green. HEX triplet: 19, C7 and 0D. RGB value is (25,199,13). Sum of RGB (Red+Green+Blue) = 25+199+13=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 199 (78.12% from 255 or 83.97% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 199 - color contains mainly: green. Hex color #19C70D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C70D is #E638F2. Grayscale: #7E7E7E. Windows color (decimal): -15087859 or 902937. OLE color: 902937.

HSL color Cylindrical-coordinate representation of color #19C70D: hue angle of 116.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19C70D is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 199 13 -
CMYK 0.87 0 0.93 0.22
HSL 116.13º 0.88% 0.42% -
HSV(B) 116.13º 0.93% 0.78% -
XYZ 20.9 41.08 7.21 -
YUV 125.77 64.35 56.12 -
System Red Green Blue C M Y K H S L
Decimal 25 199 13 0.87 0 0.93 0.22 116.13 0.88 0.42
Hex 19 C7 D 57 0 5D 16 74 58 2A
Octal 31 307 15 127 0 135 26 164 130 52
Binary 11001 11000111 1101 1010111 0 1011101 10110 1110100 1011000 101010

Color Harmonies of #19C70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C70D

Black with #19C70D

Text Example


Text Example

White with #19C70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,199,13); }

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

background-color css

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

 a { background-color: rgb(25,199,13); }

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

border-color css

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

 span { border-color: rgb(25,199,13); }

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