#3fb536

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

Shades of Lime Green #3FB536

Tints of Lime Green #3FB536

Color information

#3FB536 (or 0x3FB536) is unknown color: approx Lime Green. HEX triplet: 3F, B5 and 36. RGB value is (63,181,54). Sum of RGB (Red+Green+Blue) = 63+181+54=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB536 is #C04AC9. Grayscale: #838383. Windows color (decimal): -12602058 or 3585343. OLE color: 3585343.

HSL color Cylindrical-coordinate representation of color #3FB536: hue angle of 115.75º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FB536 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB6318154-
CMYK0.6500.700.29
HSL115.75º54.04%46.08%-
HSV(B)115.75º70.17%70.98%-
XYZ19.2434.379.11-
YUV131.2484.4179.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 181 (71.09% from 255) = 60.74%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=21.14%
G=60.74%
B=18.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63181540.6500.700.29115.7554.0446.08
Hex3FB536410461D74362e
Octal77265661010106351646656
Binary11111110110101110110100000101000110111011110100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fb536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,181,54); }

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

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

 a { background-color: rgb(63,181,54); }

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

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

 span { border-color: rgb(63,181,54); }

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