#3DC749

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

Shades of Lime Green #3DC749

Tints of Lime Green #3DC749

Color information

#3DC749 (or 0x3DC749) is unknown color: approx Lime Green. HEX triplet: 3D, C7 and 49. RGB value is (61,199,73). Sum of RGB (Red+Green+Blue) = 61+199+73=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 199 (78.12% from 255 or 59.76% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC749 is #C238B6. Grayscale: #8F8F8F. Windows color (decimal): -12728503 or 4835133. OLE color: 4835133.

HSL color Cylindrical-coordinate representation of color #3DC749: hue angle of 125.22º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC749 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB6119973-
CMYK0.6900.630.22
HSL125.22º55.2%50.98%-
HSV(B)125.22º69.35%78.04%-
XYZ23.5542.3213.23-
YUV143.3788.2869.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 199 (78.12% from 255) = 59.76%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=18.32%
G=59.76%
B=21.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61199730.6900.630.22125.2255.250.98
Hex3DC7494503F167d3733
Octal75307111105077261756763
Binary11110111000111100100110001010111111101101111101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,199,73); }

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

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

 a { background-color: rgb(61,199,73); }

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

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

 span { border-color: rgb(61,199,73); }

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