Html Css Color HEX #1AD922 Lime Green

📋 copy color: '#1AD922'

red 26 ◦ green 217 ◦ blue 34

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

Shades of Lime Green #1AD922

Tints of Lime Green #1AD922

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.34%

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 9.39%
G = 78.34%
B = 12.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#1AD922 (or 0x1AD922) is known color: Lime Green. HEX triplet: 1A, D9 and 22. RGB value is (26,217,34). Sum of RGB (Red+Green+Blue) = 26+217+34=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD922 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD922 is #E526DD. Grayscale: #8B8B8B. Windows color (decimal): -15017694 or 2283802. OLE color: 2283802.

HSL color Cylindrical-coordinate representation of color #1AD922: hue angle of 122.51º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD922 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 217 34 -
CMYK 0.88 0 0.84 0.15
HSL 122.51º 0.79% 0.48% -
HSV(B) 122.51º 0.88% 0.85% -
XYZ 25.53 49.96 9.81 -
YUV 139.03 68.72 47.38 -
System Red Green Blue C M Y K H S L
Decimal 26 217 34 0.88 0 0.84 0.15 122.51 0.79 0.48
Hex 1A D9 22 58 0 54 F 7B 4F 30
Octal 32 331 42 130 0 124 17 173 117 60
Binary 11010 11011001 100010 1011000 0 1010100 1111 1111011 1001111 110000

Color Harmonies of #1AD922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD922

Black with #1AD922

Text Example


Text Example

White with #1AD922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,217,34); }

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

background-color css

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

 a { background-color: rgb(26,217,34); }

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

border-color css

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

 span { border-color: rgb(26,217,34); }

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