Html Css Color HEX #1AD71B Lime Green

📋 copy color: '#1AD71B'

red 26 ◦ green 215 ◦ blue 27

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

Shades of Lime Green #1AD71B

Tints of Lime Green #1AD71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 9.7%
G = 80.22%
B = 10.07%

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

#1AD71B (or 0x1AD71B) is known color: Lime Green. HEX triplet: 1A, D7 and 1B. RGB value is (26,215,27). Sum of RGB (Red+Green+Blue) = 26+215+27=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD71B is #E528E4. Grayscale: #898989. Windows color (decimal): -15018213 or 1824538. OLE color: 1824538.

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

Color convert

RGB 26 215 27 -
CMYK 0.88 0 0.87 0.16
HSL 120.32º 0.78% 0.47% -
HSV(B) 120.32º 0.88% 0.84% -
XYZ 24.92 48.9 9.16 -
YUV 137.06 65.88 48.79 -
System Red Green Blue C M Y K H S L
Decimal 26 215 27 0.88 0 0.87 0.16 120.32 0.78 0.47
Hex 1A D7 1B 58 0 57 10 78 4E 2F
Octal 32 327 33 130 0 127 20 170 116 57
Binary 11010 11010111 11011 1011000 0 1010111 10000 1111000 1001110 101111

Color Harmonies of #1AD71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD71B

Black with #1AD71B

Text Example


Text Example

White with #1AD71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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