#1AD027

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

Shades of Lime Green #1AD027

Tints of Lime Green #1AD027

Color information

#1AD027 (or 0x1AD027) is unknown color: approx Lime Green. HEX triplet: 1A, D0 and 27. RGB value is (26,208,39). Sum of RGB (Red+Green+Blue) = 26+208+39=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 208 (81.64% from 255 or 76.19% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD027 is #E52FD8. Grayscale: #868686. Windows color (decimal): -15019993 or 2609178. OLE color: 2609178.

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

Color convert

RGB2620839-
CMYK0.8800.810.18
HSL124.29º77.78%45.88%-
HSV(B)124.29º87.5%81.57%-
XYZ23.3545.489.47-
YUV134.3274.250.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.52%
GREEN value IS 208 (81.64% from 255) = 76.19%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=9.52%
G=76.19%
B=14.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26208390.8800.810.18124.2977.7845.88
Hex1AD02758051127c4e2e
Octal323204713001212217411656
Binary11010110100001001111011000010100011001011111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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