#19BF1A

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

Shades of Lime Green #19BF1A

Tints of Lime Green #19BF1A

Color information

#19BF1A (or 0x19BF1A) is unknown color: approx Lime Green. HEX triplet: 19, BF and 1A. RGB value is (25,191,26). Sum of RGB (Red+Green+Blue) = 25+191+26=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 191 (75% from 255 or 78.93% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BF1A is #E640E5. Grayscale: #7B7B7B. Windows color (decimal): -15089894 or 1752857. OLE color: 1752857.

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

Color convert

RGB2519126-
CMYK0.8700.860.25
HSL120.36º76.85%42.35%-
HSV(B)120.36º86.91%74.9%-
XYZ19.2237.547.21-
YUV122.5673.558.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 191 (75% from 255) = 78.93%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=10.33%
G=78.93%
B=10.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25191260.8700.860.25120.3676.8542.35
Hex19BF1A5705619784d2a
Octal312773212701263117011552
Binary1100110111111110101010111010101101100111110001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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