Html Css Color HEX #1ABC14 Lime Green

📋 copy color: '#1ABC14'

red 26 ◦ green 188 ◦ blue 20

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

Shades of Lime Green #1ABC14

Tints of Lime Green #1ABC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 80.34%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 11.11%
G = 80.34%
B = 8.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#1ABC14 (or 0x1ABC14) is known color: Lime Green. HEX triplet: 1A, BC and 14. RGB value is (26,188,20). Sum of RGB (Red+Green+Blue) = 26+188+20=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABC14 is #E543EB. Grayscale: #787878. Windows color (decimal): -15025132 or 1358874. OLE color: 1358874.

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

Color convert

RGB 26 188 20 -
CMYK 0.86 0 0.89 0.26
HSL 117.86º 0.81% 0.41% -
HSV(B) 117.86º 0.89% 0.74% -
XYZ 18.54 36.24 6.68 -
YUV 120.41 71.33 60.66 -
System Red Green Blue C M Y K H S L
Decimal 26 188 20 0.86 0 0.89 0.26 117.86 0.81 0.41
Hex 1A BC 14 56 0 59 1A 76 51 29
Octal 32 274 24 126 0 131 32 166 121 51
Binary 11010 10111100 10100 1010110 0 1011001 11010 1110110 1010001 101001

Color Harmonies of #1ABC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC14

Black with #1ABC14

Text Example


Text Example

White with #1ABC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,20); }

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

background-color css

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

 a { background-color: rgb(26,188,20); }

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

border-color css

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

 span { border-color: rgb(26,188,20); }

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