#3DCC42

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

Shades of Lime Green #3DCC42

Tints of Lime Green #3DCC42

Color information

#3DCC42 (or 0x3DCC42) is unknown color: approx Lime Green. HEX triplet: 3D, CC and 42. RGB value is (61,204,66). Sum of RGB (Red+Green+Blue) = 61+204+66=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC42 is #C233BD. Grayscale: #919191. Windows color (decimal): -12727230 or 4377661. OLE color: 4377661.

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

Color convert

RGB6120466-
CMYK0.7000.680.2
HSL122.1º58.37%51.96%-
HSV(B)122.1º70.1%80%-
XYZ24.544.5712.47-
YUV145.5183.1267.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.43%
GREEN value IS 204 (80.08% from 255) = 61.63%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=18.43%
G=61.63%
B=19.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal61204660.7000.680.2122.158.3751.96
Hex3DCC4246044147a3a34
Octal753141021060104241727264
Binary111101110011001000010100011001000100101001111010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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