#19bf19

Color #19BF19 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #19BF19

Tints of Lime Green #19BF19

Color information

#19BF19 (or 0x19BF19) is unknown color: approx Lime Green. HEX triplet: 19, BF and 19. RGB value is (25,191,25). Sum of RGB (Red+Green+Blue) = 25+191+25=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 191 (75% from 255 or 79.25% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BF19 is #E640E6. Grayscale: #7A7A7A. Windows color (decimal): -15089895 or 1687321. OLE color: 1687321.

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

Color convert

RGB2519125-
CMYK0.8700.870.25
HSL120º76.85%42.35%-
HSV(B)120º86.91%74.9%-
XYZ19.2137.547.15-
YUV122.447358.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 191 (75% from 255) = 79.25%
BLUE value IS 25 (10.16% from 255) = 10.37%
R=10.37%
G=79.25%
B=10.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25191250.8700.870.2512076.8542.35
Hex19BF195705719784d2a
Octal312773112701273117011552
Binary1100110111111110011010111010101111100111110001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19bf19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,191,25); }

 H1.HeaderClassName
 {
   color: #19bf19;
 }
 .AnyTagClassName
 {
   color: #19bf19;
 }
</style>
background-color css

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

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

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

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

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

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