#1ad02f

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

Shades of Lime Green #1AD02F

Tints of Lime Green #1AD02F

Color information

#1AD02F (or 0x1AD02F) is unknown color: approx Lime Green. HEX triplet: 1A, D0 and 2F. RGB value is (26,208,47). Sum of RGB (Red+Green+Blue) = 26+208+47=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD02F is #E52FD0. Grayscale: #878787. Windows color (decimal): -15019985 or 3133466. OLE color: 3133466.

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

Color convert

RGB2620847-
CMYK0.8800.770.18
HSL126.92º77.78%45.88%-
HSV(B)126.92º87.5%81.57%-
XYZ23.4945.5410.24-
YUV135.2378.250.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.25%
GREEN value IS 208 (81.64% from 255) = 74.02%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=9.25%
G=74.02%
B=16.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26208470.8800.770.18126.9277.7845.88
Hex1AD02F5804D127f4e2e
Octal323205713001152217711656
Binary11010110100001011111011000010011011001011111111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ad02f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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