#33b93b

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

Shades of Lime Green #33B93B

Tints of Lime Green #33B93B

Color information

#33B93B (or 0x33B93B) is unknown color: approx Lime Green. HEX triplet: 33, B9 and 3B. RGB value is (51,185,59). Sum of RGB (Red+Green+Blue) = 51+185+59=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #33B93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B93B is #CC46C4. Grayscale: #828282. Windows color (decimal): -13387461 or 3914035. OLE color: 3914035.

HSL color Cylindrical-coordinate representation of color #33B93B: hue angle of 123.58º 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 #33B93B is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB5118559-
CMYK0.7200.680.27
HSL123.58º56.78%46.27%-
HSV(B)123.58º72.43%72.55%-
XYZ19.535.7210-
YUV130.5787.6171.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 185 (72.66% from 255) = 62.71%
BLUE value IS 59 (23.44% from 255) = 20%
R=17.29%
G=62.71%
B=20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51185590.7200.680.27123.5856.7846.27
Hex33B93B480441B7c392e
Octal63271731100104331747156
Binary11001110111001111011100100001000100110111111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33b93b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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