#3DC751

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

Shades of Lime Green #3DC751

Tints of Lime Green #3DC751

Color information

#3DC751 (or 0x3DC751) is unknown color: approx Lime Green. HEX triplet: 3D, C7 and 51. RGB value is (61,199,81). Sum of RGB (Red+Green+Blue) = 61+199+81=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 199 (78.12% from 255 or 58.36% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC751 is #C238AE. Grayscale: #909090. Windows color (decimal): -12728495 or 5359421. OLE color: 5359421.

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

Color convert

RGB6119981-
CMYK0.6900.590.22
HSL128.7º55.2%50.98%-
HSV(B)128.7º69.35%78.04%-
XYZ23.8342.4314.72-
YUV144.2992.2868.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.89%
GREEN value IS 199 (78.12% from 255) = 58.36%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=17.89%
G=58.36%
B=23.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61199810.6900.590.22128.755.250.98
Hex3DC7514503B16813733
Octal75307121105073262016763
Binary111101110001111010001100010101110111011010000001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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