#1AE132

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

Shades of Lime Green #1AE132

Tints of Lime Green #1AE132

Color information

#1AE132 (or 0x1AE132) is unknown color: approx Lime Green. HEX triplet: 1A, E1 and 32. RGB value is (26,225,50). Sum of RGB (Red+Green+Blue) = 26+225+50=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 225 (88.28% from 255 or 74.75% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE132 is #E51ECD. Grayscale: #929292. Windows color (decimal): -15015630 or 3334426. OLE color: 3334426.

HSL color Cylindrical-coordinate representation of color #1AE132: hue angle of 127.24º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE132 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB2622550-
CMYK0.8800.780.12
HSL127.24º79.28%49.22%-
HSV(B)127.24º88.44%88.24%-
XYZ27.9354.312.03-
YUV145.5574.0742.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 225 (88.28% from 255) = 74.75%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=8.64%
G=74.75%
B=16.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal26225500.8800.780.12127.2479.2849.22
Hex1AE1325804EC7f4f31
Octal323416213001161417711761
Binary1101011100001110010101100001001110110011111111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AE132; }

 p { color: rgb(26,225,50); }

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

<style>
 a { background-color: #1AE132; }

 a { background-color: rgb(26,225,50); }

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

<style>
 span { border-color: #1AE132; }

 span { border-color: rgb(26,225,50); }

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