Html Css Color HEX #1AD72C Lime Green

📋 copy color: '#1AD72C'

red 26 ◦ green 215 ◦ blue 44

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

Shades of Lime Green #1AD72C

Tints of Lime Green #1AD72C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 75.44%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 9.12%
G = 75.44%
B = 15.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#1AD72C (or 0x1AD72C) is known color: Lime Green. HEX triplet: 1A, D7 and 2C. RGB value is (26,215,44). Sum of RGB (Red+Green+Blue) = 26+215+44=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 215 (84.38% from 255 or 75.44% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD72C is #E528D3. Grayscale: #8B8B8B. Windows color (decimal): -15018196 or 2938650. OLE color: 2938650.

HSL color Cylindrical-coordinate representation of color #1AD72C: hue angle of 125.71º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD72C is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 215 44 -
CMYK 0.88 0 0.80 0.16
HSL 125.71º 0.78% 0.47% -
HSV(B) 125.71º 0.88% 0.84% -
XYZ 25.18 49 10.51 -
YUV 139 74.38 47.4 -
System Red Green Blue C M Y K H S L
Decimal 26 215 44 0.88 0 0.80 0.16 125.71 0.78 0.47
Hex 1A D7 2C 58 0 50 10 7E 4E 2F
Octal 32 327 54 130 0 120 20 176 116 57
Binary 11010 11010111 101100 1011000 0 1010000 10000 1111110 1001110 101111

Color Harmonies of #1AD72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD72C

Black with #1AD72C

Text Example


Text Example

White with #1AD72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,215,44); }

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

background-color css

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

 a { background-color: rgb(26,215,44); }

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

border-color css

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

 span { border-color: rgb(26,215,44); }

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