#3BD02E

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

Shades of Lime Green #3BD02E

Tints of Lime Green #3BD02E

Color information

#3BD02E (or 0x3BD02E) is unknown color: approx Lime Green. HEX triplet: 3B, D0 and 2E. RGB value is (59,208,46). Sum of RGB (Red+Green+Blue) = 59+208+46=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD02E is #C42FD1. Grayscale: #919191. Windows color (decimal): -12857298 or 3067963. OLE color: 3067963.

HSL color Cylindrical-coordinate representation of color #3BD02E: hue angle of 115.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BD02E is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB5920846-
CMYK0.7200.780.18
HSL115.19º63.78%49.8%-
HSV(B)115.19º77.88%81.57%-
XYZ24.8546.2410.2-
YUV144.9872.1466.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 208 (81.64% from 255) = 66.45%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=18.85%
G=66.45%
B=14.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59208460.7200.780.18115.1963.7849.8
Hex3BD02E4804E12734032
Octal733205611001162216310062
Binary111011110100001011101001000010011101001011100111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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