#33B934

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

Shades of Lime Green #33B934

Tints of Lime Green #33B934

Color information

#33B934 (or 0x33B934) is unknown color: approx Lime Green. HEX triplet: 33, B9 and 34. RGB value is (51,185,52). Sum of RGB (Red+Green+Blue) = 51+185+52=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 185 (72.66% from 255 or 64.24% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 185 - color contains mainly: green. Hex color #33B934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B934 is #CC46CB. Grayscale: #828282. Windows color (decimal): -13387468 or 3455283. OLE color: 3455283.

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

Color convert

RGB5118552-
CMYK0.7200.720.27
HSL120.45º56.78%46.27%-
HSV(B)120.45º72.43%72.55%-
XYZ19.3335.659.11-
YUV129.7784.1171.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 185 (72.66% from 255) = 64.24%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=17.71%
G=64.24%
B=18.06%

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
Decimal51185520.7200.720.27120.4556.7846.27
Hex33B934480481B78392e
Octal63271641100110331707156
Binary11001110111001110100100100001001000110111111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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