#33C552

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

Shades of Lime Green #33C552

Tints of Lime Green #33C552

Color information

#33C552 (or 0x33C552) is unknown color: approx Lime Green. HEX triplet: 33, C5 and 52. RGB value is (51,197,82). Sum of RGB (Red+Green+Blue) = 51+197+82=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #33C552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C552 is #CC3AAD. Grayscale: #8C8C8C. Windows color (decimal): -13384366 or 5424435. OLE color: 5424435.

HSL color Cylindrical-coordinate representation of color #33C552: hue angle of 132.74º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C552 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB5119782-
CMYK0.7400.580.23
HSL132.74º58.87%48.63%-
HSV(B)132.74º74.11%77.25%-
XYZ22.8541.2514.74-
YUV140.2495.1364.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.45%
GREEN value IS 197 (77.34% from 255) = 59.70%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=15.45%
G=59.70%
B=24.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51197820.7400.580.23132.7458.8748.63
Hex33C5524A03A17853b31
Octal63305122112072272057361
Binary110011110001011010010100101001110101011110000101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,197,82); }

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

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

 a { background-color: rgb(51,197,82); }

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

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

 span { border-color: rgb(51,197,82); }

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