Html Css Color HEX #1AD82B Lime Green

📋 copy color: '#1AD82B'

red 26 ◦ green 216 ◦ blue 43

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

Shades of Lime Green #1AD82B

Tints of Lime Green #1AD82B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75.79%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 9.12%
G = 75.79%
B = 15.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#1AD82B (or 0x1AD82B) is known color: Lime Green. HEX triplet: 1A, D8 and 2B. RGB value is (26,216,43). Sum of RGB (Red+Green+Blue) = 26+216+43=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD82B is #E527D4. Grayscale: #8B8B8B. Windows color (decimal): -15017941 or 2873370. OLE color: 2873370.

HSL color Cylindrical-coordinate representation of color #1AD82B: hue angle of 125.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD82B is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 216 43 -
CMYK 0.88 0 0.80 0.15
HSL 125.37º 0.79% 0.47% -
HSV(B) 125.37º 0.88% 0.85% -
XYZ 25.42 49.51 10.5 -
YUV 139.47 73.55 47.07 -
System Red Green Blue C M Y K H S L
Decimal 26 216 43 0.88 0 0.80 0.15 125.37 0.79 0.47
Hex 1A D8 2B 58 0 50 F 7D 4F 2F
Octal 32 330 53 130 0 120 17 175 117 57
Binary 11010 11011000 101011 1011000 0 1010000 1111 1111101 1001111 101111

Color Harmonies of #1AD82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD82B

Black with #1AD82B

Text Example


Text Example

White with #1AD82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,216,43); }

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

background-color css

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

 a { background-color: rgb(26,216,43); }

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

border-color css

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

 span { border-color: rgb(26,216,43); }

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