#3DC84E

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

Shades of Lime Green #3DC84E

Tints of Lime Green #3DC84E

Color information

#3DC84E (or 0x3DC84E) is unknown color: approx Lime Green. HEX triplet: 3D, C8 and 4E. RGB value is (61,200,78). Sum of RGB (Red+Green+Blue) = 61+200+78=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC84E is #C237B1. Grayscale: #909090. Windows color (decimal): -12728242 or 5163069. OLE color: 5163069.

HSL color Cylindrical-coordinate representation of color #3DC84E: hue angle of 127.34º degrees, saturation: 0.56, 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 #3DC84E is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB6120078-
CMYK0.6900.610.22
HSL127.34º55.82%51.18%-
HSV(B)127.34º69.5%78.43%-
XYZ23.9542.8514.22-
YUV144.5390.4568.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.99%
GREEN value IS 200 (78.52% from 255) = 59.00%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=17.99%
G=59.00%
B=23.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61200780.6900.610.22127.3455.8251.18
Hex3DC84E4503D167f3833
Octal75310116105075261777063
Binary11110111001000100111010001010111101101101111111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,200,78); }

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

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

 a { background-color: rgb(61,200,78); }

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

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

 span { border-color: rgb(61,200,78); }

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