Html Css Color HEX #1ABD13 Lime Green

📋 copy color: '#1ABD13'

red 26 ◦ green 189 ◦ blue 19

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

Shades of Lime Green #1ABD13

Tints of Lime Green #1ABD13

RGB

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

 GREEN value IS 189 (74.22% from 255) = 80.77%

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 11.11%
G = 80.77%
B = 8.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#1ABD13 (or 0x1ABD13) is known color: Lime Green. HEX triplet: 1A, BD and 13. RGB value is (26,189,19). Sum of RGB (Red+Green+Blue) = 26+189+19=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 189 (74.22% from 255 or 80.77% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABD13 is #E542EC. Grayscale: #797979. Windows color (decimal): -15024877 or 1293594. OLE color: 1293594.

HSL color Cylindrical-coordinate representation of color #1ABD13: hue angle of 117.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABD13 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 189 19 -
CMYK 0.86 0 0.90 0.26
HSL 117.53º 0.82% 0.41% -
HSV(B) 117.53º 0.9% 0.74% -
XYZ 18.74 36.66 6.7 -
YUV 120.88 70.5 60.32 -
System Red Green Blue C M Y K H S L
Decimal 26 189 19 0.86 0 0.90 0.26 117.53 0.82 0.41
Hex 1A BD 13 56 0 5A 1A 76 52 29
Octal 32 275 23 126 0 132 32 166 122 51
Binary 11010 10111101 10011 1010110 0 1011010 11010 1110110 1010010 101001

Color Harmonies of #1ABD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD13

Black with #1ABD13

Text Example


Text Example

White with #1ABD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,189,19); }

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

background-color css

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

 a { background-color: rgb(26,189,19); }

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

border-color css

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

 span { border-color: rgb(26,189,19); }

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