Html Css Color HEX #19C012 Lime Green

📋 copy color: '#19C012'

red 25 ◦ green 192 ◦ blue 18

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

Shades of Lime Green #19C012

Tints of Lime Green #19C012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.7%

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 10.64%
G = 81.7%
B = 7.66%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#19C012 (or 0x19C012) is known color: Lime Green. HEX triplet: 19, C0 and 12. RGB value is (25,192,18). Sum of RGB (Red+Green+Blue) = 25+192+18=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #19C012 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C012 is #E63FED. Grayscale: #7A7A7A. Windows color (decimal): -15089646 or 1228825. OLE color: 1228825.

HSL color Cylindrical-coordinate representation of color #19C012: hue angle of 117.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19C012 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 192 18 -
CMYK 0.87 0 0.91 0.25
HSL 117.59º 0.83% 0.41% -
HSV(B) 117.59º 0.91% 0.75% -
XYZ 19.36 37.95 6.88 -
YUV 122.23 69.17 58.65 -
System Red Green Blue C M Y K H S L
Decimal 25 192 18 0.87 0 0.91 0.25 117.59 0.83 0.41
Hex 19 C0 12 57 0 5B 19 76 53 29
Octal 31 300 22 127 0 133 31 166 123 51
Binary 11001 11000000 10010 1010111 0 1011011 11001 1110110 1010011 101001

Color Harmonies of #19C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C012

Black with #19C012

Text Example


Text Example

White with #19C012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,192,18); }

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

background-color css

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

 a { background-color: rgb(25,192,18); }

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

border-color css

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

 span { border-color: rgb(25,192,18); }

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