#3FB52F

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

Shades of Lime Green #3FB52F

Tints of Lime Green #3FB52F

Color information

#3FB52F (or 0x3FB52F) is unknown color: approx Lime Green. HEX triplet: 3F, B5 and 2F. RGB value is (63,181,47). Sum of RGB (Red+Green+Blue) = 63+181+47=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB52F is #C04AD0. Grayscale: #828282. Windows color (decimal): -12602065 or 3126591. OLE color: 3126591.

HSL color Cylindrical-coordinate representation of color #3FB52F: hue angle of 112.84º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FB52F is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB6318147-
CMYK0.6500.740.29
HSL112.84º58.77%44.71%-
HSV(B)112.84º74.03%70.98%-
XYZ19.0934.318.31-
YUV130.4480.9179.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 181 (71.09% from 255) = 62.20%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=21.65%
G=62.20%
B=16.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63181470.6500.740.29112.8458.7744.71
Hex3FB52F4104A1D713b2d
Octal77265571010112351617355
Binary11111110110101101111100000101001010111011110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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