#33C553

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

Shades of Lime Green #33C553

Tints of Lime Green #33C553

Color information

#33C553 (or 0x33C553) is unknown color: approx Lime Green. HEX triplet: 33, C5 and 53. RGB value is (51,197,83). Sum of RGB (Red+Green+Blue) = 51+197+83=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #33C553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C553 is #CC3AAC. Grayscale: #8C8C8C. Windows color (decimal): -13384365 or 5489971. OLE color: 5489971.

HSL color Cylindrical-coordinate representation of color #33C553: hue angle of 133.15º 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 #33C553 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB5119783-
CMYK0.7400.580.23
HSL133.15º58.87%48.63%-
HSV(B)133.15º74.11%77.25%-
XYZ22.8941.2614.94-
YUV140.3595.6364.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.41%
GREEN value IS 197 (77.34% from 255) = 59.52%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=15.41%
G=59.52%
B=25.08%

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
Decimal51197830.7400.580.23133.1558.8748.63
Hex33C5534A03A17853b31
Octal63305123112072272057361
Binary110011110001011010011100101001110101011110000101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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