Html Css Color HEX #19C50C Lime Green

📋 copy color: '#19C50C'

red 25 ◦ green 197 ◦ blue 12

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

Shades of Lime Green #19C50C

Tints of Lime Green #19C50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 84.19%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 10.68%
G = 84.19%
B = 5.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#19C50C (or 0x19C50C) is known color: Lime Green. HEX triplet: 19, C5 and 0C. RGB value is (25,197,12). Sum of RGB (Red+Green+Blue) = 25+197+12=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 197 (77.34% from 255 or 84.19% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 197 - color contains mainly: green. Hex color #19C50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C50C is #E63AF3. Grayscale: #7D7D7D. Windows color (decimal): -15088372 or 836889. OLE color: 836889.

HSL color Cylindrical-coordinate representation of color #19C50C: hue angle of 115.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19C50C is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 25 197 12 -
CMYK 0.87 0 0.94 0.23
HSL 115.78º 0.89% 0.41% -
HSV(B) 115.78º 0.94% 0.77% -
XYZ 20.43 40.17 7.02 -
YUV 124.48 64.52 57.04 -
System Red Green Blue C M Y K H S L
Decimal 25 197 12 0.87 0 0.94 0.23 115.78 0.89 0.41
Hex 19 C5 C 57 0 5E 17 74 59 29
Octal 31 305 14 127 0 136 27 164 131 51
Binary 11001 11000101 1100 1010111 0 1011110 10111 1110100 1011001 101001

Color Harmonies of #19C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C50C

Black with #19C50C

Text Example


Text Example

White with #19C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,197,12); }

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

background-color css

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

 a { background-color: rgb(25,197,12); }

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

border-color css

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

 span { border-color: rgb(25,197,12); }

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