#3CFD40

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

Shades of Lime Green #3CFD40

Tints of Lime Green #3CFD40

Color information

#3CFD40 (or 0x3CFD40) is unknown color: approx Lime Green. HEX triplet: 3C, FD and 40. RGB value is (60,253,64). Sum of RGB (Red+Green+Blue) = 60+253+64=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 253 (99.22% from 255 or 67.11% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFD40 is #C302BF. Grayscale: #AEAEAE. Windows color (decimal): -12780224 or 4259132. OLE color: 4259132.

HSL color Cylindrical-coordinate representation of color #3CFD40: hue angle of 121.24º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFD40 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB6025364-
CMYK0.7600.750.01
HSL121.24º97.97%61.37%-
HSV(B)121.24º76.28%99.22%-
XYZ37.9171.5816.67-
YUV173.7566.0646.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.92%
GREEN value IS 253 (99.22% from 255) = 67.11%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=15.92%
G=67.11%
B=16.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal60253640.7600.750.01121.2497.9761.37
Hex3CFD404C04B179623d
Octal743751001140113117114275
Binary111100111111011000000100110001001011111110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,253,64); }

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

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

 a { background-color: rgb(60,253,64); }

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

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

 span { border-color: rgb(60,253,64); }

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