Html Css Color HEX #1AD22F Lime Green

📋 copy color: '#1AD22F'

red 26 ◦ green 210 ◦ blue 47

#1AD22F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1AD22F

Tints of Lime Green #1AD22F

RGB

 RED value IS 26 (10.55% from 255) = 9.19%

 GREEN value IS 210 (82.42% from 255) = 74.2%

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 9.19%
G = 74.2%
B = 16.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#1AD22F (or 0x1AD22F) is known color: Lime Green. HEX triplet: 1A, D2 and 2F. RGB value is (26,210,47). Sum of RGB (Red+Green+Blue) = 26+210+47=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 210 (82.42% from 255 or 74.20% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD22F is #E52DD0. Grayscale: #888888. Windows color (decimal): -15019473 or 3133978. OLE color: 3133978.

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

Color convert

RGB 26 210 47 -
CMYK 0.88 0 0.78 0.18
HSL 126.85º 0.78% 0.46% -
HSV(B) 126.85º 0.88% 0.82% -
XYZ 23.99 46.52 10.4 -
YUV 136.4 77.54 49.25 -
System Red Green Blue C M Y K H S L
Decimal 26 210 47 0.88 0 0.78 0.18 126.85 0.78 0.46
Hex 1A D2 2F 58 0 4E 12 7F 4E 2E
Octal 32 322 57 130 0 116 22 177 116 56
Binary 11010 11010010 101111 1011000 0 1001110 10010 1111111 1001110 101110

Color Harmonies of #1AD22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD22F

Black with #1AD22F

Text Example


Text Example

White with #1AD22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AD22F;
 }
 .AnyTagClassName
 {
   color: #1AD22F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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