Html Css Color HEX #19BC10 Lime Green

📋 copy color: '#19BC10'

red 25 ◦ green 188 ◦ blue 16

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

Shades of Lime Green #19BC10

Tints of Lime Green #19BC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 82.1%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 10.92%
G = 82.1%
B = 6.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#19BC10 (or 0x19BC10) is known color: Lime Green. HEX triplet: 19, BC and 10. RGB value is (25,188,16). Sum of RGB (Red+Green+Blue) = 25+188+16=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 188 (73.83% from 255 or 82.10% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BC10 is #E643EF. Grayscale: #787878. Windows color (decimal): -15090672 or 1096729. OLE color: 1096729.

HSL color Cylindrical-coordinate representation of color #19BC10: hue angle of 116.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19BC10 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 188 16 -
CMYK 0.87 0 0.91 0.26
HSL 116.86º 0.84% 0.4% -
HSV(B) 116.86º 0.91% 0.74% -
XYZ 18.48 36.21 6.51 -
YUV 119.66 69.5 60.49 -
System Red Green Blue C M Y K H S L
Decimal 25 188 16 0.87 0 0.91 0.26 116.86 0.84 0.4
Hex 19 BC 10 57 0 5B 1A 75 54 28
Octal 31 274 20 127 0 133 32 165 124 50
Binary 11001 10111100 10000 1010111 0 1011011 11010 1110101 1010100 101000

Color Harmonies of #19BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BC10

Black with #19BC10

Text Example


Text Example

White with #19BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,188,16); }

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

background-color css

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

 a { background-color: rgb(25,188,16); }

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

border-color css

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

 span { border-color: rgb(25,188,16); }

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