#33B734

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

Shades of Lime Green #33B734

Tints of Lime Green #33B734

Color information

#33B734 (or 0x33B734) is unknown color: approx Lime Green. HEX triplet: 33, B7 and 34. RGB value is (51,183,52). Sum of RGB (Red+Green+Blue) = 51+183+52=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #33B734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B734 is #CC48CB. Grayscale: #808080. Windows color (decimal): -13387980 or 3454771. OLE color: 3454771.

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

Color convert

RGB5118352-
CMYK0.7200.720.28
HSL120.45º56.41%45.88%-
HSV(B)120.45º72.13%71.76%-
XYZ18.9234.828.97-
YUV128.684.7772.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 183 (71.88% from 255) = 63.99%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=17.83%
G=63.99%
B=18.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51183520.7200.720.28120.4556.4145.88
Hex33B734480481C78382e
Octal63267641100110341707056
Binary11001110110111110100100100001001000111001111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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