#33BA35

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

Shades of Lime Green #33BA35

Tints of Lime Green #33BA35

Color information

#33BA35 (or 0x33BA35) is unknown color: approx Lime Green. HEX triplet: 33, BA and 35. RGB value is (51,186,53). Sum of RGB (Red+Green+Blue) = 51+186+53=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA35 is #CC45CA. Grayscale: #828282. Windows color (decimal): -13387211 or 3521075. OLE color: 3521075.

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

Color convert

RGB5118653-
CMYK0.7300.720.27
HSL120.89º56.96%46.47%-
HSV(B)120.89º72.58%72.94%-
XYZ19.5736.089.3-
YUV130.4784.2771.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 186 (73.05% from 255) = 64.14%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=17.59%
G=64.14%
B=18.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51186530.7300.720.27120.8956.9646.47
Hex33BA35490481B79392e
Octal63272651110110331717156
Binary11001110111010110101100100101001000110111111001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,186,53); }

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

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

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

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

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

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

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