#3cda4f

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

Shades of Lime Green #3CDA4F

Tints of Lime Green #3CDA4F

Color information

#3CDA4F (or 0x3CDA4F) is unknown color: approx Lime Green. HEX triplet: 3C, DA and 4F. RGB value is (60,218,79). Sum of RGB (Red+Green+Blue) = 60+218+79=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 218 (85.55% from 255 or 61.06% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA4F is #C325B0. Grayscale: #9B9B9B. Windows color (decimal): -12789169 or 5233212. OLE color: 5233212.

HSL color Cylindrical-coordinate representation of color #3CDA4F: hue angle of 127.22º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDA4F is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB6021879-
CMYK0.7200.640.15
HSL127.22º68.1%54.51%-
HSV(B)127.22º72.48%85.49%-
XYZ28.3551.6715.88-
YUV154.9185.1560.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.81%
GREEN value IS 218 (85.55% from 255) = 61.06%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=16.81%
G=61.06%
B=22.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal60218790.7200.640.15127.2268.154.51
Hex3CDA4F48040F7f4437
Octal7433211711001001717710467
Binary111100110110101001111100100001000000111111111111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cda4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,218,79); }

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

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

 a { background-color: rgb(60,218,79); }

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

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

 span { border-color: rgb(60,218,79); }

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