#3DD355

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

Shades of Lime Green #3DD355

Tints of Lime Green #3DD355

Color information

#3DD355 (or 0x3DD355) is unknown color: approx Lime Green. HEX triplet: 3D, D3 and 55. RGB value is (61,211,85). Sum of RGB (Red+Green+Blue) = 61+211+85=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #3DD355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD355 is #C22CAA. Grayscale: #989898. Windows color (decimal): -12725419 or 5624637. OLE color: 5624637.

HSL color Cylindrical-coordinate representation of color #3DD355: hue angle of 129.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD355 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB6121185-
CMYK0.7100.600.17
HSL129.6º63.03%53.33%-
HSV(B)129.6º71.09%82.75%-
XYZ26.8648.2416.49-
YUV151.7990.363.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 211 (82.81% from 255) = 59.10%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=17.09%
G=59.10%
B=23.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal61211850.7100.600.17129.663.0353.33
Hex3DD3554703C11823f35
Octal75323125107074212027765
Binary111101110100111010101100011101111001000110000010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,211,85); }

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

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

 a { background-color: rgb(61,211,85); }

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

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

 span { border-color: rgb(61,211,85); }

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