#3CB740

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

Shades of Lime Green #3CB740

Tints of Lime Green #3CB740

Color information

#3CB740 (or 0x3CB740) is unknown color: approx Lime Green. HEX triplet: 3C, B7 and 40. RGB value is (60,183,64). Sum of RGB (Red+Green+Blue) = 60+183+64=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB740 is #C348BF. Grayscale: #858585. Windows color (decimal): -12798144 or 4241212. OLE color: 4241212.

HSL color Cylindrical-coordinate representation of color #3CB740: hue angle of 121.95º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB740 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB6018364-
CMYK0.6700.650.28
HSL121.95º50.62%47.65%-
HSV(B)121.95º67.21%71.76%-
XYZ19.7235.210.6-
YUV132.6689.2576.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 183 (71.88% from 255) = 59.61%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=19.54%
G=59.61%
B=20.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal60183640.6700.650.28121.9550.6247.65
Hex3CB740430411C7a3330
Octal742671001030101341726360
Binary111100101101111000000100001101000001111001111010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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