#3DD857

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

Shades of Lime Green #3DD857

Tints of Lime Green #3DD857

Color information

#3DD857 (or 0x3DD857) is unknown color: approx Lime Green. HEX triplet: 3D, D8 and 57. RGB value is (61,216,87). Sum of RGB (Red+Green+Blue) = 61+216+87=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD857 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD857 is #C227A8. Grayscale: #9B9B9B. Windows color (decimal): -12724137 or 5756989. OLE color: 5756989.

HSL color Cylindrical-coordinate representation of color #3DD857: hue angle of 130.06º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD857 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB6121687-
CMYK0.7200.600.15
HSL130.06º66.52%54.31%-
HSV(B)130.06º71.76%84.71%-
XYZ28.250.7917.33-
YUV154.9589.6560.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.76%
GREEN value IS 216 (84.77% from 255) = 59.34%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=16.76%
G=59.34%
B=23.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61216870.7200.600.15130.0666.5254.31
Hex3DD8574803CF824336
Octal753301271100741720210366
Binary111101110110001010111100100001111001111100000101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,216,87); }

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

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

 a { background-color: rgb(61,216,87); }

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

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

 span { border-color: rgb(61,216,87); }

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