#33b933

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

Shades of Lime Green #33B933

Tints of Lime Green #33B933

Color information

#33B933 (or 0x33B933) is unknown color: approx Lime Green. HEX triplet: 33, B9 and 33. RGB value is (51,185,51). Sum of RGB (Red+Green+Blue) = 51+185+51=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 185 (72.66% from 255 or 64.46% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 185 - color contains mainly: green. Hex color #33B933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B933 is #CC46CC. Grayscale: #828282. Windows color (decimal): -13387469 or 3389747. OLE color: 3389747.

HSL color Cylindrical-coordinate representation of color #33B933: hue angle of 120º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B933 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB5118551-
CMYK0.7200.720.27
HSL120º56.78%46.27%-
HSV(B)120º72.43%72.55%-
XYZ19.3135.648.99-
YUV129.6683.6171.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 185 (72.66% from 255) = 64.46%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=17.77%
G=64.46%
B=17.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51185510.7200.720.2712056.7846.27
Hex33B933480481B78392e
Octal63271631100110331707156
Binary11001110111001110011100100001001000110111111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33b933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,185,51); }

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

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

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

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

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

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

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