#3FE13C

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

Shades of Lime Green #3FE13C

Tints of Lime Green #3FE13C

Color information

#3FE13C (or 0x3FE13C) is unknown color: approx Lime Green. HEX triplet: 3F, E1 and 3C. RGB value is (63,225,60). Sum of RGB (Red+Green+Blue) = 63+225+60=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 225 (88.28% from 255 or 64.66% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE13C is #C01EC3. Grayscale: #9E9E9E. Windows color (decimal): -12590788 or 3989823. OLE color: 3989823.

HSL color Cylindrical-coordinate representation of color #3FE13C: hue angle of 118.91º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE13C is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB6322560-
CMYK0.7200.730.12
HSL118.91º73.33%55.88%-
HSV(B)118.91º73.33%88.24%-
XYZ29.7955.2313.37-
YUV157.7572.8360.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.10%
GREEN value IS 225 (88.28% from 255) = 64.66%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=18.10%
G=64.66%
B=17.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63225600.7200.730.12118.9173.3355.88
Hex3FE13C48049C774938
Octal773417411001111416711170
Binary11111111100001111100100100001001001110011101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,225,60); }

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

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

 a { background-color: rgb(63,225,60); }

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

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

 span { border-color: rgb(63,225,60); }

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