#3BBF34

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

Shades of Lime Green #3BBF34

Tints of Lime Green #3BBF34

Color information

#3BBF34 (or 0x3BBF34) is unknown color: approx Lime Green. HEX triplet: 3B, BF and 34. RGB value is (59,191,52). Sum of RGB (Red+Green+Blue) = 59+191+52=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBF34 is #C440CB. Grayscale: #888888. Windows color (decimal): -12861644 or 3456827. OLE color: 3456827.

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

Color convert

RGB5919152-
CMYK0.6900.730.25
HSL116.98º57.2%47.65%-
HSV(B)116.98º72.77%74.9%-
XYZ21.0538.449.56-
YUV135.6980.7773.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 191 (75% from 255) = 63.25%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=19.54%
G=63.25%
B=17.22%

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
Decimal59191520.6900.730.25116.9857.247.65
Hex3BBF344504919753930
Octal73277641050111311657160
Binary11101110111111110100100010101001001110011110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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