#3CC94F

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

Shades of Lime Green #3CC94F

Tints of Lime Green #3CC94F

Color information

#3CC94F (or 0x3CC94F) is unknown color: approx Lime Green. HEX triplet: 3C, C9 and 4F. RGB value is (60,201,79). Sum of RGB (Red+Green+Blue) = 60+201+79=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC94F is #C336B0. Grayscale: #919191. Windows color (decimal): -12793521 or 5228860. OLE color: 5228860.

HSL color Cylindrical-coordinate representation of color #3CC94F: hue angle of 128.09º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC94F is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB6020179-
CMYK0.7000.610.21
HSL128.09º56.63%51.18%-
HSV(B)128.09º70.15%78.82%-
XYZ24.1643.314.48-
YUV144.9390.7967.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.65%
GREEN value IS 201 (78.91% from 255) = 59.12%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=17.65%
G=59.12%
B=23.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60201790.7000.610.21128.0956.6351.18
Hex3CC94F4603D15803933
Octal74311117106075252007163
Binary111100110010011001111100011001111011010110000000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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