#3BBF33

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

Shades of Lime Green #3BBF33

Tints of Lime Green #3BBF33

Color information

#3BBF33 (or 0x3BBF33) is unknown color: approx Lime Green. HEX triplet: 3B, BF and 33. RGB value is (59,191,51). Sum of RGB (Red+Green+Blue) = 59+191+51=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBF33 is #C440CC. Grayscale: #888888. Windows color (decimal): -12861645 or 3391291. OLE color: 3391291.

HSL color Cylindrical-coordinate representation of color #3BBF33: hue angle of 116.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBF33 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB5919151-
CMYK0.6900.730.25
HSL116.57º57.85%47.45%-
HSV(B)116.57º73.3%74.9%-
XYZ21.0338.439.44-
YUV135.5780.2773.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 191 (75% from 255) = 63.46%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=19.60%
G=63.46%
B=16.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59191510.6900.730.25116.5757.8547.45
Hex3BBF334504919753a2f
Octal73277631050111311657257
Binary11101110111111110011100010101001001110011110101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BBF33; }

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

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

<style>
 a { background-color: #3BBF33; }

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

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

<style>
 span { border-color: #3BBF33; }

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

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