#33C650

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

Shades of Lime Green #33C650

Tints of Lime Green #33C650

Color information

#33C650 (or 0x33C650) is unknown color: approx Lime Green. HEX triplet: 33, C6 and 50. RGB value is (51,198,80). Sum of RGB (Red+Green+Blue) = 51+198+80=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #33C650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C650 is #CC39AF. Grayscale: #8C8C8C. Windows color (decimal): -13384112 or 5293619. OLE color: 5293619.

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

Color convert

RGB5119880-
CMYK0.7400.600.22
HSL131.84º59.04%48.82%-
HSV(B)131.84º74.24%77.65%-
XYZ23.0141.6714.42-
YUV140.693.864.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 198 (77.73% from 255) = 60.18%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=15.50%
G=60.18%
B=24.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51198800.7400.600.22131.8459.0448.82
Hex33C6504A03C16843b31
Octal63306120112074262047361
Binary110011110001101010000100101001111001011010000100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,198,80); }

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

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

 a { background-color: rgb(51,198,80); }

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

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

 span { border-color: rgb(51,198,80); }

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