#3DCC46

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

Shades of Lime Green #3DCC46

Tints of Lime Green #3DCC46

Color information

#3DCC46 (or 0x3DCC46) is unknown color: approx Lime Green. HEX triplet: 3D, CC and 46. RGB value is (61,204,70). Sum of RGB (Red+Green+Blue) = 61+204+70=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC46 is #C233B9. Grayscale: #929292. Windows color (decimal): -12727226 or 4639805. OLE color: 4639805.

HSL color Cylindrical-coordinate representation of color #3DCC46: hue angle of 123.78º 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 #3DCC46 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB6120470-
CMYK0.7000.660.2
HSL123.78º58.37%51.96%-
HSV(B)123.78º70.1%80%-
XYZ24.6244.6213.11-
YUV145.9785.1267.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 204 (80.08% from 255) = 60.90%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=18.21%
G=60.90%
B=20.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal61204700.7000.660.2123.7858.3751.96
Hex3DCC4646042147c3a34
Octal753141061060102241747264
Binary111101110011001000110100011001000010101001111100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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