Html Css Color HEX #1AD32F Lime Green

📋 copy color: '#1AD32F'

red 26 ◦ green 211 ◦ blue 47

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

Shades of Lime Green #1AD32F

Tints of Lime Green #1AD32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 9.15%
G = 74.3%
B = 16.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#1AD32F (or 0x1AD32F) is known color: Lime Green. HEX triplet: 1A, D3 and 2F. RGB value is (26,211,47). Sum of RGB (Red+Green+Blue) = 26+211+47=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 211 (82.81% from 255 or 74.30% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD32F is #E52CD0. Grayscale: #898989. Windows color (decimal): -15019217 or 3134234. OLE color: 3134234.

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

Color convert

RGB 26 211 47 -
CMYK 0.88 0 0.78 0.17
HSL 126.81º 0.78% 0.46% -
HSV(B) 126.81º 0.88% 0.83% -
XYZ 24.23 47.01 10.49 -
YUV 136.99 77.21 48.84 -
System Red Green Blue C M Y K H S L
Decimal 26 211 47 0.88 0 0.78 0.17 126.81 0.78 0.46
Hex 1A D3 2F 58 0 4E 11 7F 4E 2E
Octal 32 323 57 130 0 116 21 177 116 56
Binary 11010 11010011 101111 1011000 0 1001110 10001 1111111 1001110 101110

Color Harmonies of #1AD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD32F

Black with #1AD32F

Text Example


Text Example

White with #1AD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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