#1ACC32

Color #1ACC32 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1ACC32

Tints of Lime Green #1ACC32

Color information

#1ACC32 (or 0x1ACC32) is unknown color: approx Lime Green. HEX triplet: 1A, CC and 32. RGB value is (26,204,50). Sum of RGB (Red+Green+Blue) = 26+204+50=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACC32 is #E533CD. Grayscale: #858585. Windows color (decimal): -15021006 or 3329050. OLE color: 3329050.

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

Color convert

RGB2620450-
CMYK0.8700.750.2
HSL128.09º77.39%45.1%-
HSV(B)128.09º87.25%80%-
XYZ22.5943.6410.25-
YUV133.2281.0351.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 204 (80.08% from 255) = 72.86%
BLUE value IS 50 (19.92% from 255) = 17.86%
R=9.29%
G=72.86%
B=17.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26204500.8700.750.2128.0977.3945.1
Hex1ACC325704B14804d2d
Octal323146212701132420011555
Binary110101100110011001010101110100101110100100000001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ACC32;
 }
 .AnyTagClassName
 {
   color: #1ACC32;
 }
</style>
background-color css

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

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

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

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

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

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