#19db2f

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

Shades of Lime Green #19DB2F

Tints of Lime Green #19DB2F

Color information

#19DB2F (or 0x19DB2F) is unknown color: approx Lime Green. HEX triplet: 19, DB and 2F. RGB value is (25,219,47). Sum of RGB (Red+Green+Blue) = 25+219+47=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 219 (85.94% from 255 or 75.26% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 219 - color contains mainly: green. Hex color #19DB2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DB2F is #E624D0. Grayscale: #8D8D8D. Windows color (decimal): -15082705 or 3136281. OLE color: 3136281.

HSL color Cylindrical-coordinate representation of color #19DB2F: hue angle of 126.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DB2F is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB2521947-
CMYK0.8900.790.14
HSL126.8º79.51%47.84%-
HSV(B)126.8º88.58%85.88%-
XYZ26.2551.0711.16-
YUV141.3974.7344.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.59%
GREEN value IS 219 (85.94% from 255) = 75.26%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=8.59%
G=75.26%
B=16.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal25219470.8900.790.14126.879.5147.84
Hex19DB2F5904FE7f5030
Octal313335713101171617712060
Binary1100111011011101111101100101001111111011111111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19db2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,219,47); }

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

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

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

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

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

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

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