#1AD025

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

Shades of Lime Green #1AD025

Tints of Lime Green #1AD025

Color information

#1AD025 (or 0x1AD025) is unknown color: approx Lime Green. HEX triplet: 1A, D0 and 25. RGB value is (26,208,37). Sum of RGB (Red+Green+Blue) = 26+208+37=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 208 (81.64% from 255 or 76.75% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD025 is #E52FDA. Grayscale: #868686. Windows color (decimal): -15019995 or 2478106. OLE color: 2478106.

HSL color Cylindrical-coordinate representation of color #1AD025: hue angle of 123.63º 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 #1AD025 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB2620837-
CMYK0.8800.820.18
HSL123.63º77.78%45.88%-
HSV(B)123.63º87.5%81.57%-
XYZ23.3245.469.3-
YUV134.0973.250.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.59%
GREEN value IS 208 (81.64% from 255) = 76.75%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=9.59%
G=76.75%
B=13.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26208370.8800.820.18123.6377.7845.88
Hex1AD02558052127c4e2e
Octal323204513001222217411656
Binary11010110100001001011011000010100101001011111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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