#3dcc32

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

Shades of Lime Green #3DCC32

Tints of Lime Green #3DCC32

Color information

#3DCC32 (or 0x3DCC32) is unknown color: approx Lime Green. HEX triplet: 3D, CC and 32. RGB value is (61,204,50). Sum of RGB (Red+Green+Blue) = 61+204+50=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 204 (80.08% from 255 or 64.76% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC32 is #C233CD. Grayscale: #909090. Windows color (decimal): -12727246 or 3329085. OLE color: 3329085.

HSL color Cylindrical-coordinate representation of color #3DCC32: hue angle of 115.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DCC32 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB6120450-
CMYK0.7000.750.2
HSL115.71º60.63%49.8%-
HSV(B)115.71º75.49%80%-
XYZ24.0944.4110.32-
YUV143.6975.1269.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 204 (80.08% from 255) = 64.76%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=19.37%
G=64.76%
B=15.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal61204500.7000.750.2115.7160.6349.8
Hex3DCC324604B14743d32
Octal75314621060113241647562
Binary11110111001100110010100011001001011101001110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dcc32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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