#3BBD2E

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

Shades of Lime Green #3BBD2E

Tints of Lime Green #3BBD2E

Color information

#3BBD2E (or 0x3BBD2E) is unknown color: approx Lime Green. HEX triplet: 3B, BD and 2E. RGB value is (59,189,46). Sum of RGB (Red+Green+Blue) = 59+189+46=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBD2E is #C442D1. Grayscale: #868686. Windows color (decimal): -12862162 or 3063099. OLE color: 3063099.

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

Color convert

RGB5918946-
CMYK0.6900.760.26
HSL114.55º60.85%46.08%-
HSV(B)114.55º75.66%74.12%-
XYZ20.4937.528.75-
YUV133.8378.4374.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.07%
GREEN value IS 189 (74.22% from 255) = 64.29%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=20.07%
G=64.29%
B=15.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59189460.6900.760.26114.5560.8546.08
Hex3BBD2E4504C1A733d2e
Octal73275561050114321637556
Binary11101110111101101110100010101001100110101110011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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