#3DC936

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

Shades of Lime Green #3DC936

Tints of Lime Green #3DC936

Color information

#3DC936 (or 0x3DC936) is unknown color: approx Lime Green. HEX triplet: 3D, C9 and 36. RGB value is (61,201,54). Sum of RGB (Red+Green+Blue) = 61+201+54=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 201 (78.91% from 255 or 63.61% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC936 is #C236C9. Grayscale: #8E8E8E. Windows color (decimal): -12728010 or 3590461. OLE color: 3590461.

HSL color Cylindrical-coordinate representation of color #3DC936: hue angle of 117.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DC936 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB6120154-
CMYK0.7000.730.21
HSL117.14º57.65%50%-
HSV(B)117.14º73.13%78.82%-
XYZ23.4843.0310.56-
YUV142.3878.1269.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 201 (78.91% from 255) = 63.61%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=19.30%
G=63.61%
B=17.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal61201540.7000.730.21117.1457.6550
Hex3DC9364604915753a32
Octal75311661060111251657262
Binary11110111001001110110100011001001001101011110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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