#19BF1F

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

Shades of Lime Green #19BF1F

Tints of Lime Green #19BF1F

Color information

#19BF1F (or 0x19BF1F) is unknown color: approx Lime Green. HEX triplet: 19, BF and 1F. RGB value is (25,191,31). Sum of RGB (Red+Green+Blue) = 25+191+31=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 191 (75% from 255 or 77.33% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BF1F is #E640E0. Grayscale: #7B7B7B. Windows color (decimal): -15089889 or 2080537. OLE color: 2080537.

HSL color Cylindrical-coordinate representation of color #19BF1F: hue angle of 122.17º 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 #19BF1F is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB2519131-
CMYK0.8700.840.25
HSL122.17º76.85%42.35%-
HSV(B)122.17º86.91%74.9%-
XYZ19.2837.577.53-
YUV123.137658.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 191 (75% from 255) = 77.33%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=10.12%
G=77.33%
B=12.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25191310.8700.840.25122.1776.8542.35
Hex19BF1F57054197a4d2a
Octal312773712701243117211552
Binary1100110111111111111010111010101001100111110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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