#1AE730

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

Shades of Lime Green #1AE730

Tints of Lime Green #1AE730

Color information

#1AE730 (or 0x1AE730) is unknown color: approx Lime Green. HEX triplet: 1A, E7 and 30. RGB value is (26,231,48). Sum of RGB (Red+Green+Blue) = 26+231+48=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 231 (90.62% from 255 or 75.74% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 231 - color contains mainly: green. Hex color #1AE730 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AE730 is #E518CF. Grayscale: #959595. Windows color (decimal): -15014096 or 3204890. OLE color: 3204890.

HSL color Cylindrical-coordinate representation of color #1AE730: hue angle of 126.44º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE730 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB2623148-
CMYK0.8900.790.09
HSL126.44º81.03%50.39%-
HSV(B)126.44º88.74%90.59%-
XYZ29.5457.5812.35-
YUV148.8471.0840.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.52%
GREEN value IS 231 (90.62% from 255) = 75.74%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=8.52%
G=75.74%
B=15.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal26231480.8900.790.09126.4481.0350.39
Hex1AE7305904F97e5132
Octal323476013101171117612162
Binary1101011100111110000101100101001111100111111101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,231,48); }

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

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

 a { background-color: rgb(26,231,48); }

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

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

 span { border-color: rgb(26,231,48); }

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