#3FC13A

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

Shades of Lime Green #3FC13A

Tints of Lime Green #3FC13A

Color information

#3FC13A (or 0x3FC13A) is unknown color: approx Lime Green. HEX triplet: 3F, C1 and 3A. RGB value is (63,193,58). Sum of RGB (Red+Green+Blue) = 63+193+58=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC13A is #C03EC5. Grayscale: #8B8B8B. Windows color (decimal): -12598982 or 3850559. OLE color: 3850559.

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

Color convert

RGB6319358-
CMYK0.6700.700.24
HSL117.78º53.78%49.22%-
HSV(B)117.78º69.95%75.69%-
XYZ21.8839.510.47-
YUV138.7482.4373.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 193 (75.78% from 255) = 61.46%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=20.06%
G=61.46%
B=18.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal63193580.6700.700.24117.7853.7849.22
Hex3FC13A4304618763631
Octal77301721030106301666661
Binary11111111000001111010100001101000110110001110110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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