Html Css Color HEX #1AD32D Lime Green

📋 copy color: '#1AD32D'

red 26 ◦ green 211 ◦ blue 45

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

Shades of Lime Green #1AD32D

Tints of Lime Green #1AD32D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 74.82%

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 9.22%
G = 74.82%
B = 15.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#1AD32D (or 0x1AD32D) is known color: Lime Green. HEX triplet: 1A, D3 and 2D. RGB value is (26,211,45). Sum of RGB (Red+Green+Blue) = 26+211+45=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 211 (82.81% from 255 or 74.82% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD32D is #E52CD2. Grayscale: #898989. Windows color (decimal): -15019219 or 3003162. OLE color: 3003162.

HSL color Cylindrical-coordinate representation of color #1AD32D: hue angle of 126.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD32D is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 26 211 45 -
CMYK 0.88 0 0.79 0.17
HSL 126.16º 0.78% 0.46% -
HSV(B) 126.16º 0.88% 0.83% -
XYZ 24.19 47 10.28 -
YUV 136.76 76.21 49 -
System Red Green Blue C M Y K H S L
Decimal 26 211 45 0.88 0 0.79 0.17 126.16 0.78 0.46
Hex 1A D3 2D 58 0 4F 11 7E 4E 2E
Octal 32 323 55 130 0 117 21 176 116 56
Binary 11010 11010011 101101 1011000 0 1001111 10001 1111110 1001110 101110

Color Harmonies of #1AD32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD32D

Black with #1AD32D

Text Example


Text Example

White with #1AD32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,211,45); }

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

background-color css

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

 a { background-color: rgb(26,211,45); }

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

border-color css

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

 span { border-color: rgb(26,211,45); }

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