#3FC138

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

Shades of Lime Green #3FC138

Tints of Lime Green #3FC138

Color information

#3FC138 (or 0x3FC138) is unknown color: approx Lime Green. HEX triplet: 3F, C1 and 38. RGB value is (63,193,56). Sum of RGB (Red+Green+Blue) = 63+193+56=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC138 is #C03EC7. Grayscale: #8A8A8A. Windows color (decimal): -12598984 or 3719487. OLE color: 3719487.

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

Color convert

RGB6319356-
CMYK0.6700.710.24
HSL116.93º55.02%48.82%-
HSV(B)116.93º70.98%75.69%-
XYZ21.8339.4810.21-
YUV138.5181.4374.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.19%
GREEN value IS 193 (75.78% from 255) = 61.86%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=20.19%
G=61.86%
B=17.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal63193560.6700.710.24116.9355.0248.82
Hex3FC1384304718753731
Octal77301701030107301656761
Binary11111111000001111000100001101000111110001110101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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