#3DAF36

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

Shades of Lime Green #3DAF36

Tints of Lime Green #3DAF36

Color information

#3DAF36 (or 0x3DAF36) is unknown color: approx Lime Green. HEX triplet: 3D, AF and 36. RGB value is (61,175,54). Sum of RGB (Red+Green+Blue) = 61+175+54=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAF36 is #C250C9. Grayscale: #7F7F7F. Windows color (decimal): -12734666 or 3583805. OLE color: 3583805.

HSL color Cylindrical-coordinate representation of color #3DAF36: hue angle of 116.53º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DAF36 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB6117554-
CMYK0.6500.690.31
HSL116.53º52.84%44.9%-
HSV(B)116.53º69.14%68.63%-
XYZ17.9231.928.71-
YUV127.1286.7380.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.03%
GREEN value IS 175 (68.75% from 255) = 60.34%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=21.03%
G=60.34%
B=18.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61175540.6500.690.31116.5352.8444.9
Hex3DAF36410451F75352d
Octal75257661010105371656555
Binary11110110101111110110100000101000101111111110101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,175,54); }

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

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

 a { background-color: rgb(61,175,54); }

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

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

 span { border-color: rgb(61,175,54); }

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