#3DC946

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

Shades of Lime Green #3DC946

Tints of Lime Green #3DC946

Color information

#3DC946 (or 0x3DC946) is unknown color: approx Lime Green. HEX triplet: 3D, C9 and 46. RGB value is (61,201,70). Sum of RGB (Red+Green+Blue) = 61+201+70=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC946 is #C236B9. Grayscale: #909090. Windows color (decimal): -12727994 or 4639037. OLE color: 4639037.

HSL color Cylindrical-coordinate representation of color #3DC946: hue angle of 123.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC946 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB6120170-
CMYK0.7000.650.21
HSL123.86º56.45%51.37%-
HSV(B)123.86º69.65%78.82%-
XYZ23.9243.2112.87-
YUV144.2186.1268.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 201 (78.91% from 255) = 60.54%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=18.37%
G=60.54%
B=21.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal61201700.7000.650.21123.8656.4551.37
Hex3DC94646041157c3833
Octal753111061060101251747063
Binary111101110010011000110100011001000001101011111100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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