#3FBF38

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

Shades of Lime Green #3FBF38

Tints of Lime Green #3FBF38

Color information

#3FBF38 (or 0x3FBF38) is unknown color: approx Lime Green. HEX triplet: 3F, BF and 38. RGB value is (63,191,56). Sum of RGB (Red+Green+Blue) = 63+191+56=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBF38 is #C040C7. Grayscale: #898989. Windows color (decimal): -12599496 or 3718975. OLE color: 3718975.

HSL color Cylindrical-coordinate representation of color #3FBF38: hue angle of 116.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBF38 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB6319156-
CMYK0.6700.710.25
HSL116.89º54.66%48.43%-
HSV(B)116.89º70.68%74.9%-
XYZ21.3938.610.07-
YUV137.3482.0974.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.32%
GREEN value IS 191 (75% from 255) = 61.61%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=20.32%
G=61.61%
B=18.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63191560.6700.710.25116.8954.6648.43
Hex3FBF384304719753730
Octal77277701030107311656760
Binary11111110111111111000100001101000111110011110101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,191,56); }

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

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

 a { background-color: rgb(63,191,56); }

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

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

 span { border-color: rgb(63,191,56); }

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