#33AC35

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

Shades of Lime Green #33AC35

Tints of Lime Green #33AC35

Color information

#33AC35 (or 0x33AC35) is unknown color: approx Lime Green. HEX triplet: 33, AC and 35. RGB value is (51,172,53). Sum of RGB (Red+Green+Blue) = 51+172+53=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AC35 is #CC53CA. Grayscale: #7A7A7A. Windows color (decimal): -13390795 or 3517491. OLE color: 3517491.

HSL color Cylindrical-coordinate representation of color #33AC35: hue angle of 120.99º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AC35 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB5117253-
CMYK0.7000.690.33
HSL120.99º54.26%43.73%-
HSV(B)120.99º70.35%67.45%-
XYZ16.7630.478.37-
YUV122.2688.9177.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 172 (67.58% from 255) = 62.32%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=18.48%
G=62.32%
B=19.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51172530.7000.690.33120.9954.2643.73
Hex33AC35460452179362c
Octal63254651060105411716654
Binary110011101011001101011000110010001011000011111001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33AC35; }

 p { color: rgb(51,172,53); }

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

<style>
 a { background-color: #33AC35; }

 a { background-color: rgb(51,172,53); }

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

<style>
 span { border-color: #33AC35; }

 span { border-color: rgb(51,172,53); }

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