#1ad02d

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

Shades of Lime Green #1AD02D

Tints of Lime Green #1AD02D

Color information

#1AD02D (or 0x1AD02D) is unknown color: approx Lime Green. HEX triplet: 1A, D0 and 2D. RGB value is (26,208,45). Sum of RGB (Red+Green+Blue) = 26+208+45=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 208 (81.64% from 255 or 74.55% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD02D is #E52FD2. Grayscale: #878787. Windows color (decimal): -15019987 or 3002394. OLE color: 3002394.

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

Color convert

RGB2620845-
CMYK0.8800.780.18
HSL126.26º77.78%45.88%-
HSV(B)126.26º87.5%81.57%-
XYZ23.4645.5210.03-
YUV13577.250.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.32%
GREEN value IS 208 (81.64% from 255) = 74.55%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=9.32%
G=74.55%
B=16.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26208450.8800.780.18126.2677.7845.88
Hex1AD02D5804E127e4e2e
Octal323205513001162217611656
Binary11010110100001011011011000010011101001011111101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ad02d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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