#3CC740

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

Shades of Lime Green #3CC740

Tints of Lime Green #3CC740

Color information

#3CC740 (or 0x3CC740) is unknown color: approx Lime Green. HEX triplet: 3C, C7 and 40. RGB value is (60,199,64). Sum of RGB (Red+Green+Blue) = 60+199+64=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 199 (78.12% from 255 or 61.61% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC740 is #C338BF. Grayscale: #8E8E8E. Windows color (decimal): -12794048 or 4245308. OLE color: 4245308.

HSL color Cylindrical-coordinate representation of color #3CC740: hue angle of 121.73º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC740 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB6019964-
CMYK0.7000.680.22
HSL121.73º55.38%50.78%-
HSV(B)121.73º69.85%78.04%-
XYZ23.2142.1811.77-
YUV142.0583.9569.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 199 (78.12% from 255) = 61.61%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=18.58%
G=61.61%
B=19.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60199640.7000.680.22121.7355.3850.78
Hex3CC74046044167a3733
Octal743071001060104261726763
Binary111100110001111000000100011001000100101101111010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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