Html Css Color HEX #1AD21B Lime Green

📋 copy color: '#1AD21B'

red 26 ◦ green 210 ◦ blue 27

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

Shades of Lime Green #1AD21B

Tints of Lime Green #1AD21B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 79.85%

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 9.89%
G = 79.85%
B = 10.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#1AD21B (or 0x1AD21B) is known color: Lime Green. HEX triplet: 1A, D2 and 1B. RGB value is (26,210,27). Sum of RGB (Red+Green+Blue) = 26+210+27=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 210 (82.42% from 255 or 79.85% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD21B is #E52DE4. Grayscale: #868686. Windows color (decimal): -15019493 or 1823258. OLE color: 1823258.

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

Color convert

RGB 26 210 27 -
CMYK 0.88 0 0.87 0.18
HSL 120.33º 0.78% 0.46% -
HSV(B) 120.33º 0.88% 0.82% -
XYZ 23.67 46.39 8.74 -
YUV 134.12 67.54 50.88 -
System Red Green Blue C M Y K H S L
Decimal 26 210 27 0.88 0 0.87 0.18 120.33 0.78 0.46
Hex 1A D2 1B 58 0 57 12 78 4E 2E
Octal 32 322 33 130 0 127 22 170 116 56
Binary 11010 11010010 11011 1011000 0 1010111 10010 1111000 1001110 101110

Color Harmonies of #1AD21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD21B

Black with #1AD21B

Text Example


Text Example

White with #1AD21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,210,27); }

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

background-color css

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

 a { background-color: rgb(26,210,27); }

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

border-color css

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

 span { border-color: rgb(26,210,27); }

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