#3DCC52

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

Shades of Lime Green #3DCC52

Tints of Lime Green #3DCC52

Color information

#3DCC52 (or 0x3DCC52) is unknown color: approx Lime Green. HEX triplet: 3D, CC and 52. RGB value is (61,204,82). Sum of RGB (Red+Green+Blue) = 61+204+82=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCC52 is #C233AD. Grayscale: #939393. Windows color (decimal): -12727214 or 5426237. OLE color: 5426237.

HSL color Cylindrical-coordinate representation of color #3DCC52: hue angle of 128.81º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC52 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB6120482-
CMYK0.7000.600.2
HSL128.81º58.37%51.96%-
HSV(B)128.81º70.1%80%-
XYZ25.0444.7915.31-
YUV147.3491.1266.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.58%
GREEN value IS 204 (80.08% from 255) = 58.79%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=17.58%
G=58.79%
B=23.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal61204820.7000.600.2128.8158.3751.96
Hex3DCC524603C14813a34
Octal75314122106074242017264
Binary111101110011001010010100011001111001010010000001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,204,82); }

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

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

 a { background-color: rgb(61,204,82); }

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

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

 span { border-color: rgb(61,204,82); }

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