Html Css Color HEX #1AD926 Lime Green

📋 copy color: '#1AD926'

red 26 ◦ green 217 ◦ blue 38

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

Shades of Lime Green #1AD926

Tints of Lime Green #1AD926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 9.25%
G = 77.22%
B = 13.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#1AD926 (or 0x1AD926) is known color: Lime Green. HEX triplet: 1A, D9 and 26. RGB value is (26,217,38). Sum of RGB (Red+Green+Blue) = 26+217+38=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD926 is #E526D9. Grayscale: #8C8C8C. Windows color (decimal): -15017690 or 2545946. OLE color: 2545946.

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

Color convert

RGB 26 217 38 -
CMYK 0.88 0 0.82 0.15
HSL 123.77º 0.79% 0.48% -
HSV(B) 123.77º 0.88% 0.85% -
XYZ 25.59 49.99 10.13 -
YUV 139.49 70.72 47.05 -
System Red Green Blue C M Y K H S L
Decimal 26 217 38 0.88 0 0.82 0.15 123.77 0.79 0.48
Hex 1A D9 26 58 0 52 F 7C 4F 30
Octal 32 331 46 130 0 122 17 174 117 60
Binary 11010 11011001 100110 1011000 0 1010010 1111 1111100 1001111 110000

Color Harmonies of #1AD926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD926

Black with #1AD926

Text Example


Text Example

White with #1AD926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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