#3FCD40

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

Shades of Lime Green #3FCD40

Tints of Lime Green #3FCD40

Color information

#3FCD40 (or 0x3FCD40) is unknown color: approx Lime Green. HEX triplet: 3F, CD and 40. RGB value is (63,205,64). Sum of RGB (Red+Green+Blue) = 63+205+64=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD40 is #C032BF. Grayscale: #929292. Windows color (decimal): -12595904 or 4246847. OLE color: 4246847.

HSL color Cylindrical-coordinate representation of color #3FCD40: hue angle of 120.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD40 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB6320564-
CMYK0.6900.690.20
HSL120.42º58.68%52.55%-
HSV(B)120.42º69.27%80.39%-
XYZ24.8145.0912.25-
YUV146.4781.4668.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.98%
GREEN value IS 205 (80.47% from 255) = 61.75%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=18.98%
G=61.75%
B=19.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63205640.6900.690.20120.4258.6852.55
Hex3FCD404504514783b35
Octal773151001050105241707365
Binary111111110011011000000100010101000101101001111000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,205,64); }

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

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

 a { background-color: rgb(63,205,64); }

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

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

 span { border-color: rgb(63,205,64); }

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