#3dc53b

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

Shades of Lime Green #3DC53B

Tints of Lime Green #3DC53B

Color information

#3DC53B (or 0x3DC53B) is unknown color: approx Lime Green. HEX triplet: 3D, C5 and 3B. RGB value is (61,197,59). Sum of RGB (Red+Green+Blue) = 61+197+59=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC53B is #C23AC4. Grayscale: #8D8D8D. Windows color (decimal): -12729029 or 3917117. OLE color: 3917117.

HSL color Cylindrical-coordinate representation of color #3DC53B: hue angle of 119.13º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC53B is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB6119759-
CMYK0.6900.700.23
HSL119.13º54.33%50.2%-
HSV(B)119.13º70.05%77.25%-
XYZ22.6841.2410.9-
YUV140.681.9471.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 197 (77.34% from 255) = 62.15%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=19.24%
G=62.15%
B=18.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61197590.6900.700.23119.1354.3350.2
Hex3DC53B4504617773632
Octal75305731050106271676662
Binary11110111000101111011100010101000110101111110111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dc53b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,197,59); }

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

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

 a { background-color: rgb(61,197,59); }

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

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

 span { border-color: rgb(61,197,59); }

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