#3FB92F

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

Shades of Lime Green #3FB92F

Tints of Lime Green #3FB92F

Color information

#3FB92F (or 0x3FB92F) is unknown color: approx Lime Green. HEX triplet: 3F, B9 and 2F. RGB value is (63,185,47). Sum of RGB (Red+Green+Blue) = 63+185+47=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB92F is #C046D0. Grayscale: #858585. Windows color (decimal): -12601041 or 3127615. OLE color: 3127615.

HSL color Cylindrical-coordinate representation of color #3FB92F: hue angle of 113.04º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FB92F is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB6318547-
CMYK0.6600.750.27
HSL113.04º59.48%45.49%-
HSV(B)113.04º74.59%72.55%-
XYZ19.9135.968.58-
YUV132.7979.5878.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.36%
GREEN value IS 185 (72.66% from 255) = 62.71%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=21.36%
G=62.71%
B=15.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63185470.6600.750.27113.0459.4845.49
Hex3FB92F4204B1B713b2d
Octal77271571020113331617355
Binary11111110111001101111100001001001011110111110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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