#33CC51

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

Shades of Lime Green #33CC51

Tints of Lime Green #33CC51

Color information

#33CC51 (or 0x33CC51) is unknown color: approx Lime Green. HEX triplet: 33, CC and 51. RGB value is (51,204,81). Sum of RGB (Red+Green+Blue) = 51+204+81=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CC51 is #CC33AE. Grayscale: #909090. Windows color (decimal): -13382575 or 5360691. OLE color: 5360691.

HSL color Cylindrical-coordinate representation of color #33CC51: hue angle of 131.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC51 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB5120481-
CMYK0.7500.600.2
HSL131.76º60%50%-
HSV(B)131.76º75%80%-
XYZ24.4444.4815.08-
YUV144.2392.3161.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 204 (80.08% from 255) = 60.71%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=15.18%
G=60.71%
B=24.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51204810.7500.600.2131.766050
Hex33CC514B03C14843c32
Octal63314121113074242047462
Binary110011110011001010001100101101111001010010000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,204,81); }

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

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

 a { background-color: rgb(51,204,81); }

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

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

 span { border-color: rgb(51,204,81); }

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