#3DC653

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

Shades of Lime Green #3DC653

Tints of Lime Green #3DC653

Color information

#3DC653 (or 0x3DC653) is unknown color: approx Lime Green. HEX triplet: 3D, C6 and 53. RGB value is (61,198,83). Sum of RGB (Red+Green+Blue) = 61+198+83=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC653 is #C239AC. Grayscale: #909090. Windows color (decimal): -12728749 or 5490237. OLE color: 5490237.

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

Color convert

RGB6119883-
CMYK0.6900.580.22
HSL129.64º54.58%50.78%-
HSV(B)129.64º69.19%77.65%-
XYZ23.684215.04-
YUV143.9393.6168.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.84%
GREEN value IS 198 (77.73% from 255) = 57.89%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=17.84%
G=57.89%
B=24.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61198830.6900.580.22129.6454.5850.78
Hex3DC6534503A16823733
Octal75306123105072262026763
Binary111101110001101010011100010101110101011010000010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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