#1AD22B

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

Shades of Lime Green #1AD22B

Tints of Lime Green #1AD22B

Color information

#1AD22B (or 0x1AD22B) is unknown color: approx Lime Green. HEX triplet: 1A, D2 and 2B. RGB value is (26,210,43). Sum of RGB (Red+Green+Blue) = 26+210+43=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 210 (82.42% from 255 or 75.27% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD22B is #E52DD4. Grayscale: #888888. Windows color (decimal): -15019477 or 2871834. OLE color: 2871834.

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

Color convert

RGB2621043-
CMYK0.8800.800.18
HSL125.54º77.97%46.27%-
HSV(B)125.54º87.62%82.35%-
XYZ23.9146.4910-
YUV135.9575.5449.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.32%
GREEN value IS 210 (82.42% from 255) = 75.27%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=9.32%
G=75.27%
B=15.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26210430.8800.800.18125.5477.9746.27
Hex1AD22B58050127e4e2e
Octal323225313001202217611656
Binary11010110100101010111011000010100001001011111101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,210,43); }

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

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

 a { background-color: rgb(26,210,43); }

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

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

 span { border-color: rgb(26,210,43); }

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