#19BF2C

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

Shades of Lime Green #19BF2C

Tints of Lime Green #19BF2C

Color information

#19BF2C (or 0x19BF2C) is unknown color: approx Lime Green. HEX triplet: 19, BF and 2C. RGB value is (25,191,44). Sum of RGB (Red+Green+Blue) = 25+191+44=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 191 (75% from 255 or 73.46% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BF2C is #E640D3. Grayscale: #7D7D7D. Windows color (decimal): -15089876 or 2932505. OLE color: 2932505.

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

Color convert

RGB2519144-
CMYK0.8700.770.25
HSL126.87º76.85%42.35%-
HSV(B)126.87º86.91%74.9%-
XYZ19.4937.658.62-
YUV124.6182.556.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.62%
GREEN value IS 191 (75% from 255) = 73.46%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=9.62%
G=73.46%
B=16.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25191440.8700.770.25126.8776.8542.35
Hex19BF2C5704D197f4d2a
Octal312775412701153117711552
Binary11001101111111011001010111010011011100111111111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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