Html Css Color HEX #1AD73A Lime Green

📋 copy color: '#1AD73A'

red 26 ◦ green 215 ◦ blue 58

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

Shades of Lime Green #1AD73A

Tints of Lime Green #1AD73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 8.7%
G = 71.91%
B = 19.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#1AD73A (or 0x1AD73A) is known color: Lime Green. HEX triplet: 1A, D7 and 3A. RGB value is (26,215,58). Sum of RGB (Red+Green+Blue) = 26+215+58=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 215 (84.38% from 255 or 71.91% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD73A is #E528C5. Grayscale: #8D8D8D. Windows color (decimal): -15018182 or 3856154. OLE color: 3856154.

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

Color convert

RGB 26 215 58 -
CMYK 0.88 0 0.73 0.16
HSL 130.16º 0.78% 0.47% -
HSV(B) 130.16º 0.88% 0.84% -
XYZ 25.49 49.13 12.14 -
YUV 140.59 81.38 46.27 -
System Red Green Blue C M Y K H S L
Decimal 26 215 58 0.88 0 0.73 0.16 130.16 0.78 0.47
Hex 1A D7 3A 58 0 49 10 82 4E 2F
Octal 32 327 72 130 0 111 20 202 116 57
Binary 11010 11010111 111010 1011000 0 1001001 10000 10000010 1001110 101111

Color Harmonies of #1AD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD73A

Black with #1AD73A

Text Example


Text Example

White with #1AD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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