Html Css Color HEX #1AC816 Lime Green

📋 copy color: '#1AC816'

red 26 ◦ green 200 ◦ blue 22

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

Shades of Lime Green #1AC816

Tints of Lime Green #1AC816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 80.65%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 10.48%
G = 80.65%
B = 8.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#1AC816 (or 0x1AC816) is known color: Lime Green. HEX triplet: 1A, C8 and 16. RGB value is (26,200,22). Sum of RGB (Red+Green+Blue) = 26+200+22=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 200 (78.52% from 255 or 80.65% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC816 is #E537E9. Grayscale: #808080. Windows color (decimal): -15022058 or 1493018. OLE color: 1493018.

HSL color Cylindrical-coordinate representation of color #1AC816: hue angle of 118.65º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC816 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 26 200 22 -
CMYK 0.87 0 0.89 0.22
HSL 118.65º 0.8% 0.44% -
HSV(B) 118.65º 0.89% 0.78% -
XYZ 21.23 41.59 7.67 -
YUV 127.68 68.35 55.47 -
System Red Green Blue C M Y K H S L
Decimal 26 200 22 0.87 0 0.89 0.22 118.65 0.8 0.44
Hex 1A C8 16 57 0 59 16 77 50 2C
Octal 32 310 26 127 0 131 26 167 120 54
Binary 11010 11001000 10110 1010111 0 1011001 10110 1110111 1010000 101100

Color Harmonies of #1AC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC816

Black with #1AC816

Text Example


Text Example

White with #1AC816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,200,22); }

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

background-color css

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

 a { background-color: rgb(26,200,22); }

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

border-color css

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

 span { border-color: rgb(26,200,22); }

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