Html Css Color HEX #1ACC16 Lime Green

📋 copy color: '#1ACC16'

red 26 ◦ green 204 ◦ blue 22

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

Shades of Lime Green #1ACC16

Tints of Lime Green #1ACC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 80.95%

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

R = 10.32%
G = 80.95%
B = 8.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#1ACC16 (or 0x1ACC16) is known color: Lime Green. HEX triplet: 1A, CC and 16. RGB value is (26,204,22). Sum of RGB (Red+Green+Blue) = 26+204+22=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 204 (80.08% from 255 or 80.95% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACC16 is #E533E9. Grayscale: #828282. Windows color (decimal): -15021034 or 1494042. OLE color: 1494042.

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

Color convert

RGB 26 204 22 -
CMYK 0.87 0 0.89 0.2
HSL 118.68º 0.81% 0.44% -
HSV(B) 118.68º 0.89% 0.8% -
XYZ 22.16 43.46 7.98 -
YUV 130.03 67.03 53.8 -
System Red Green Blue C M Y K H S L
Decimal 26 204 22 0.87 0 0.89 0.2 118.68 0.81 0.44
Hex 1A CC 16 57 0 59 14 77 51 2C
Octal 32 314 26 127 0 131 24 167 121 54
Binary 11010 11001100 10110 1010111 0 1011001 10100 1110111 1010001 101100

Color Harmonies of #1ACC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACC16

Black with #1ACC16

Text Example


Text Example

White with #1ACC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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