#3DAD33

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

Shades of Lime Green #3DAD33

Tints of Lime Green #3DAD33

Color information

#3DAD33 (or 0x3DAD33) is unknown color: approx Lime Green. HEX triplet: 3D, AD and 33. RGB value is (61,173,51). Sum of RGB (Red+Green+Blue) = 61+173+51=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAD33 is #C252CC. Grayscale: #7D7D7D. Windows color (decimal): -12735181 or 3386685. OLE color: 3386685.

HSL color Cylindrical-coordinate representation of color #3DAD33: hue angle of 115.08º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DAD33 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB6117351-
CMYK0.6500.710.32
HSL115.08º54.46%43.92%-
HSV(B)115.08º70.52%67.84%-
XYZ17.4731.128.22-
YUV125.685.8981.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 173 (67.97% from 255) = 60.70%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=21.40%
G=60.70%
B=17.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61173510.6500.710.32115.0854.4643.92
Hex3DAD33410472073362c
Octal75255631010107401636654
Binary111101101011011100111000001010001111000001110011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,173,51); }

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

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

 a { background-color: rgb(61,173,51); }

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

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

 span { border-color: rgb(61,173,51); }

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