#3CDC4E

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

Shades of Lime Green #3CDC4E

Tints of Lime Green #3CDC4E

Color information

#3CDC4E (or 0x3CDC4E) is unknown color: approx Lime Green. HEX triplet: 3C, DC and 4E. RGB value is (60,220,78). Sum of RGB (Red+Green+Blue) = 60+220+78=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC4E is #C323B1. Grayscale: #9C9C9C. Windows color (decimal): -12788658 or 5168188. OLE color: 5168188.

HSL color Cylindrical-coordinate representation of color #3CDC4E: hue angle of 126.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC4E is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB6022078-
CMYK0.7300.650.14
HSL126.75º69.57%54.9%-
HSV(B)126.75º72.73%86.27%-
XYZ28.8352.715.86-
YUV155.9783.9959.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.76%
GREEN value IS 220 (86.33% from 255) = 61.45%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=16.76%
G=61.45%
B=21.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal60220780.7300.650.14126.7569.5754.9
Hex3CDC4E49041E7f4637
Octal7433411611101011617710667
Binary111100110111001001110100100101000001111011111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,220,78); }

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

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

 a { background-color: rgb(60,220,78); }

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

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

 span { border-color: rgb(60,220,78); }

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