#19b225

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

Shades of Lime Green #19B225

Tints of Lime Green #19B225

Color information

#19B225 (or 0x19B225) is unknown color: approx Lime Green. HEX triplet: 19, B2 and 25. RGB value is (25,178,37). Sum of RGB (Red+Green+Blue) = 25+178+37=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #19B225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19B225 is #E64DDA. Grayscale: #747474. Windows color (decimal): -15093211 or 2470425. OLE color: 2470425.

HSL color Cylindrical-coordinate representation of color #19B225: hue angle of 124.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B225 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB2517837-
CMYK0.8600.790.30
HSL124.71º75.37%39.8%-
HSV(B)124.71º85.96%69.8%-
XYZ16.6632.187.08-
YUV116.1883.3162.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 178 (69.92% from 255) = 74.17%
BLUE value IS 37 (14.84% from 255) = 15.42%
R=10.42%
G=74.17%
B=15.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25178370.8600.790.30124.7175.3739.8
Hex19B2255604F1E7d4b28
Octal312624512601173617511350
Binary11001101100101001011010110010011111111011111011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19b225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,178,37); }

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

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

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

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

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

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

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