#33AC25

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

Shades of Lime Green #33AC25

Tints of Lime Green #33AC25

Color information

#33AC25 (or 0x33AC25) is unknown color: approx Lime Green. HEX triplet: 33, AC and 25. RGB value is (51,172,37). Sum of RGB (Red+Green+Blue) = 51+172+37=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AC25 is #CC53DA. Grayscale: #787878. Windows color (decimal): -13390811 or 2468915. OLE color: 2468915.

HSL color Cylindrical-coordinate representation of color #33AC25: hue angle of 113.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33AC25 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB5117237-
CMYK0.7000.780.33
HSL113.78º64.59%40.98%-
HSV(B)113.78º78.49%67.45%-
XYZ16.4530.346.74-
YUV120.4380.9178.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 172 (67.58% from 255) = 66.15%
BLUE value IS 37 (14.84% from 255) = 14.23%
R=19.62%
G=66.15%
B=14.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51172370.7000.780.33113.7864.5940.98
Hex33AC254604E21724129
Octal632544510601164116210151
Binary1100111010110010010110001100100111010000111100101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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