#3CBC44

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

Shades of Lime Green #3CBC44

Tints of Lime Green #3CBC44

Color information

#3CBC44 (or 0x3CBC44) is unknown color: approx Lime Green. HEX triplet: 3C, BC and 44. RGB value is (60,188,68). Sum of RGB (Red+Green+Blue) = 60+188+68=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC44 is #C343BB. Grayscale: #888888. Windows color (decimal): -12796860 or 4504636. OLE color: 4504636.

HSL color Cylindrical-coordinate representation of color #3CBC44: hue angle of 123.75º 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 #3CBC44 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB6018868-
CMYK0.6800.640.26
HSL123.75º51.61%48.63%-
HSV(B)123.75º68.09%73.73%-
XYZ20.8937.3411.58-
YUV136.0589.5973.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 188 (73.83% from 255) = 59.49%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=18.99%
G=59.49%
B=21.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60188680.6800.640.26123.7551.6148.63
Hex3CBC44440401A7c3431
Octal742741041040100321746461
Binary111100101111001000100100010001000000110101111100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,188,68); }

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

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

 a { background-color: rgb(60,188,68); }

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

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

 span { border-color: rgb(60,188,68); }

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