#3CBD40

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

Shades of Lime Green #3CBD40

Tints of Lime Green #3CBD40

Color information

#3CBD40 (or 0x3CBD40) is unknown color: approx Lime Green. HEX triplet: 3C, BD and 40. RGB value is (60,189,64). Sum of RGB (Red+Green+Blue) = 60+189+64=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD40 is #C342BF. Grayscale: #888888. Windows color (decimal): -12796608 or 4242748. OLE color: 4242748.

HSL color Cylindrical-coordinate representation of color #3CBD40: hue angle of 121.86º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBD40 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB6018964-
CMYK0.6800.660.26
HSL121.86º51.81%48.82%-
HSV(B)121.86º68.25%74.12%-
XYZ20.9937.7311.03-
YUV136.1887.2673.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 189 (74.22% from 255) = 60.38%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=19.17%
G=60.38%
B=20.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60189640.6800.660.26121.8651.8148.82
Hex3CBD40440421A7a3431
Octal742751001040102321726461
Binary111100101111011000000100010001000010110101111010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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