#33C54F

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

Shades of Lime Green #33C54F

Tints of Lime Green #33C54F

Color information

#33C54F (or 0x33C54F) is unknown color: approx Lime Green. HEX triplet: 33, C5 and 4F. RGB value is (51,197,79). Sum of RGB (Red+Green+Blue) = 51+197+79=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #33C54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C54F is #CC3AB0. Grayscale: #8C8C8C. Windows color (decimal): -13384369 or 5227827. OLE color: 5227827.

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

Color convert

RGB5119779-
CMYK0.7400.600.23
HSL131.51º58.87%48.63%-
HSV(B)131.51º74.11%77.25%-
XYZ22.7441.214.15-
YUV139.8993.6364.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 197 (77.34% from 255) = 60.24%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=15.60%
G=60.24%
B=24.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51197790.7400.600.23131.5158.8748.63
Hex33C54F4A03C17843b31
Octal63305117112074272047361
Binary110011110001011001111100101001111001011110000100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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