Html Css Color HEX #1AD32A Lime Green

📋 copy color: '#1AD32A'

red 26 ◦ green 211 ◦ blue 42

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

Shades of Lime Green #1AD32A

Tints of Lime Green #1AD32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 9.32%
G = 75.63%
B = 15.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#1AD32A (or 0x1AD32A) is known color: Lime Green. HEX triplet: 1A, D3 and 2A. RGB value is (26,211,42). Sum of RGB (Red+Green+Blue) = 26+211+42=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 211 (82.81% from 255 or 75.63% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD32A is #E52CD5. Grayscale: #888888. Windows color (decimal): -15019222 or 2806554. OLE color: 2806554.

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

Color convert

RGB 26 211 42 -
CMYK 0.88 0 0.80 0.17
HSL 125.19º 0.78% 0.46% -
HSV(B) 125.19º 0.88% 0.83% -
XYZ 24.14 46.98 9.99 -
YUV 136.42 74.71 49.24 -
System Red Green Blue C M Y K H S L
Decimal 26 211 42 0.88 0 0.80 0.17 125.19 0.78 0.46
Hex 1A D3 2A 58 0 50 11 7D 4E 2E
Octal 32 323 52 130 0 120 21 175 116 56
Binary 11010 11010011 101010 1011000 0 1010000 10001 1111101 1001110 101110

Color Harmonies of #1AD32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD32A

Black with #1AD32A

Text Example


Text Example

White with #1AD32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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