#3BBD34

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

Shades of Lime Green #3BBD34

Tints of Lime Green #3BBD34

Color information

#3BBD34 (or 0x3BBD34) is unknown color: approx Lime Green. HEX triplet: 3B, BD and 34. RGB value is (59,189,52). Sum of RGB (Red+Green+Blue) = 59+189+52=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBD34 is #C442CB. Grayscale: #868686. Windows color (decimal): -12862156 or 3456315. OLE color: 3456315.

HSL color Cylindrical-coordinate representation of color #3BBD34: hue angle of 116.93º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BBD34 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB5918952-
CMYK0.6900.720.26
HSL116.93º56.85%47.25%-
HSV(B)116.93º72.49%74.12%-
XYZ20.6237.579.41-
YUV134.5181.4374.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.67%
GREEN value IS 189 (74.22% from 255) = 63%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=19.67%
G=63%
B=17.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59189520.6900.720.26116.9356.8547.25
Hex3BBD34450481A75392f
Octal73275641050110321657157
Binary11101110111101110100100010101001000110101110101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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