Html Css Color HEX #1AD71D Lime Green

📋 copy color: '#1AD71D'

red 26 ◦ green 215 ◦ blue 29

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

Shades of Lime Green #1AD71D

Tints of Lime Green #1AD71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 9.63%
G = 79.63%
B = 10.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#1AD71D (or 0x1AD71D) is known color: Lime Green. HEX triplet: 1A, D7 and 1D. RGB value is (26,215,29). Sum of RGB (Red+Green+Blue) = 26+215+29=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 215 (84.38% from 255 or 79.63% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD71D is #E528E2. Grayscale: #898989. Windows color (decimal): -15018211 or 1955610. OLE color: 1955610.

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

Color convert

RGB 26 215 29 -
CMYK 0.88 0 0.87 0.16
HSL 120.95º 0.78% 0.47% -
HSV(B) 120.95º 0.88% 0.84% -
XYZ 24.95 48.91 9.29 -
YUV 137.29 66.88 48.62 -
System Red Green Blue C M Y K H S L
Decimal 26 215 29 0.88 0 0.87 0.16 120.95 0.78 0.47
Hex 1A D7 1D 58 0 57 10 79 4E 2F
Octal 32 327 35 130 0 127 20 171 116 57
Binary 11010 11010111 11101 1011000 0 1010111 10000 1111001 1001110 101111

Color Harmonies of #1AD71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD71D

Black with #1AD71D

Text Example


Text Example

White with #1AD71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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