#1ad03a

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

Shades of Lime Green #1AD03A

Tints of Lime Green #1AD03A

Color information

#1AD03A (or 0x1AD03A) is unknown color: approx Lime Green. HEX triplet: 1A, D0 and 3A. RGB value is (26,208,58). Sum of RGB (Red+Green+Blue) = 26+208+58=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 208 (81.64% from 255 or 71.23% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD03A is #E52FC5. Grayscale: #888888. Windows color (decimal): -15019974 or 3854362. OLE color: 3854362.

HSL color Cylindrical-coordinate representation of color #1AD03A: hue angle of 130.55º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD03A is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2620858-
CMYK0.8800.720.18
HSL130.55º77.78%45.88%-
HSV(B)130.55º87.5%81.57%-
XYZ23.7545.6411.56-
YUV136.4883.749.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.90%
GREEN value IS 208 (81.64% from 255) = 71.23%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=8.90%
G=71.23%
B=19.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26208580.8800.720.18130.5577.7845.88
Hex1AD03A5804812834e2e
Octal323207213001102220311656
Binary110101101000011101010110000100100010010100000111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ad03a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,208,58); }

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

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

 a { background-color: rgb(26,208,58); }

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

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

 span { border-color: rgb(26,208,58); }

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