#3fb53c

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

Shades of Lime Green #3FB53C

Tints of Lime Green #3FB53C

Color information

#3FB53C (or 0x3FB53C) is unknown color: approx Lime Green. HEX triplet: 3F, B5 and 3C. RGB value is (63,181,60). Sum of RGB (Red+Green+Blue) = 63+181+60=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB53C is #C04AC3. Grayscale: #848484. Windows color (decimal): -12602052 or 3978559. OLE color: 3978559.

HSL color Cylindrical-coordinate representation of color #3FB53C: hue angle of 118.51º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FB53C is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB6318160-
CMYK0.6500.670.29
HSL118.51º50.21%47.25%-
HSV(B)118.51º66.85%70.98%-
XYZ19.3934.439.9-
YUV131.9287.4178.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.72%
GREEN value IS 181 (71.09% from 255) = 59.54%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=20.72%
G=59.54%
B=19.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63181600.6500.670.29118.5150.2147.25
Hex3FB53C410431D77322f
Octal77265741010103351676257
Binary11111110110101111100100000101000011111011110111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fb53c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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