Html Css Color HEX #1AC00B Lime Green

📋 copy color: '#1AC00B'

red 26 ◦ green 192 ◦ blue 11

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

Shades of Lime Green #1AC00B

Tints of Lime Green #1AC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 83.84%

 BLUE value IS 11 (4.69% from 255) = 4.8%

R = 11.35%
G = 83.84%
B = 4.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#1AC00B (or 0x1AC00B) is known color: Lime Green. HEX triplet: 1A, C0 and 0B. RGB value is (26,192,11). Sum of RGB (Red+Green+Blue) = 26+192+11=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC00B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC00B is #E53FF4. Grayscale: #7A7A7A. Windows color (decimal): -15024117 or 770074. OLE color: 770074.

HSL color Cylindrical-coordinate representation of color #1AC00B: hue angle of 115.03º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AC00B is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 192 11 -
CMYK 0.86 0 0.94 0.25
HSL 115.03º 0.89% 0.4% -
HSV(B) 115.03º 0.94% 0.75% -
XYZ 19.34 37.94 6.62 -
YUV 121.73 65.5 59.72 -
System Red Green Blue C M Y K H S L
Decimal 26 192 11 0.86 0 0.94 0.25 115.03 0.89 0.4
Hex 1A C0 B 56 0 5E 19 73 59 28
Octal 32 300 13 126 0 136 31 163 131 50
Binary 11010 11000000 1011 1010110 0 1011110 11001 1110011 1011001 101000

Color Harmonies of #1AC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC00B

Black with #1AC00B

Text Example


Text Example

White with #1AC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,192,11); }

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

background-color css

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

 a { background-color: rgb(26,192,11); }

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

border-color css

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

 span { border-color: rgb(26,192,11); }

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