#3CC653

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

Shades of Lime Green #3CC653

Tints of Lime Green #3CC653

Color information

#3CC653 (or 0x3CC653) is unknown color: approx Lime Green. HEX triplet: 3C, C6 and 53. RGB value is (60,198,83). Sum of RGB (Red+Green+Blue) = 60+198+83=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC653 is #C339AC. Grayscale: #8F8F8F. Windows color (decimal): -12794285 or 5490236. OLE color: 5490236.

HSL color Cylindrical-coordinate representation of color #3CC653: hue angle of 130º 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 #3CC653 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB6019883-
CMYK0.7000.580.22
HSL130º54.76%50.59%-
HSV(B)130º69.7%77.65%-
XYZ23.6241.9715.04-
YUV143.6393.7868.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.60%
GREEN value IS 198 (77.73% from 255) = 58.06%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=17.60%
G=58.06%
B=24.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60198830.7000.580.2213054.7650.59
Hex3CC6534603A16823733
Octal74306123106072262026763
Binary111100110001101010011100011001110101011010000010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,198,83); }

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

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

 a { background-color: rgb(60,198,83); }

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

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

 span { border-color: rgb(60,198,83); }

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