Html Css Color HEX #1ABC10 Lime Green

📋 copy color: '#1ABC10'

red 26 ◦ green 188 ◦ blue 16

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

Shades of Lime Green #1ABC10

Tints of Lime Green #1ABC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 11.3%
G = 81.74%
B = 6.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#1ABC10 (or 0x1ABC10) is known color: Lime Green. HEX triplet: 1A, BC and 10. RGB value is (26,188,16). Sum of RGB (Red+Green+Blue) = 26+188+16=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 188 (73.83% from 255 or 81.74% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABC10 is #E543EF. Grayscale: #787878. Windows color (decimal): -15025136 or 1096730. OLE color: 1096730.

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

Color convert

RGB 26 188 16 -
CMYK 0.86 0 0.91 0.26
HSL 116.51º 0.84% 0.4% -
HSV(B) 116.51º 0.91% 0.74% -
XYZ 18.5 36.22 6.51 -
YUV 119.95 69.33 60.99 -
System Red Green Blue C M Y K H S L
Decimal 26 188 16 0.86 0 0.91 0.26 116.51 0.84 0.4
Hex 1A BC 10 56 0 5B 1A 75 54 28
Octal 32 274 20 126 0 133 32 165 124 50
Binary 11010 10111100 10000 1010110 0 1011011 11010 1110101 1010100 101000

Color Harmonies of #1ABC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC10

Black with #1ABC10

Text Example


Text Example

White with #1ABC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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