#19e232

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

Shades of Lime Green #19E232

Tints of Lime Green #19E232

Color information

#19E232 (or 0x19E232) is unknown color: approx Lime Green. HEX triplet: 19, E2 and 32. RGB value is (25,226,50). Sum of RGB (Red+Green+Blue) = 25+226+50=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 226 (88.67% from 255 or 75.08% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 226 - color contains mainly: green. Hex color #19E232 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19E232 is #E61DCD. Grayscale: #929292. Windows color (decimal): -15080910 or 3334681. OLE color: 3334681.

HSL color Cylindrical-coordinate representation of color #19E232: hue angle of 127.46º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E232 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB2522650-
CMYK0.8900.780.11
HSL127.46º80.08%49.22%-
HSV(B)127.46º88.94%88.63%-
XYZ28.1754.8312.12-
YUV145.8473.9141.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.31%
GREEN value IS 226 (88.67% from 255) = 75.08%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=8.31%
G=75.08%
B=16.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal25226500.8900.780.11127.4680.0849.22
Hex19E2325904EB7f5031
Octal313426213101161317712061
Binary1100111100010110010101100101001110101111111111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19e232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,226,50); }

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

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

 a { background-color: rgb(25,226,50); }

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

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

 span { border-color: rgb(25,226,50); }

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