#3DC551

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

Shades of Lime Green #3DC551

Tints of Lime Green #3DC551

Color information

#3DC551 (or 0x3DC551) is unknown color: approx Lime Green. HEX triplet: 3D, C5 and 51. RGB value is (61,197,81). Sum of RGB (Red+Green+Blue) = 61+197+81=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC551 is #C23AAE. Grayscale: #8F8F8F. Windows color (decimal): -12729007 or 5358909. OLE color: 5358909.

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

Color convert

RGB6119781-
CMYK0.6900.590.23
HSL128.82º53.97%50.59%-
HSV(B)128.82º69.04%77.25%-
XYZ23.3841.5214.57-
YUV143.1192.9469.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.99%
GREEN value IS 197 (77.34% from 255) = 58.11%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=17.99%
G=58.11%
B=23.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61197810.6900.590.23128.8253.9750.59
Hex3DC5514503B17813633
Octal75305121105073272016663
Binary111101110001011010001100010101110111011110000001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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