#3DF44A

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

Shades of Lime Green #3DF44A

Tints of Lime Green #3DF44A

Color information

#3DF44A (or 0x3DF44A) is unknown color: approx Lime Green. HEX triplet: 3D, F4 and 4A. RGB value is (61,244,74). Sum of RGB (Red+Green+Blue) = 61+244+74=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 244 (95.70% from 255 or 64.38% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF44A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF44A is #C20BB5. Grayscale: #AAAAAA. Windows color (decimal): -12716982 or 4912189. OLE color: 4912189.

HSL color Cylindrical-coordinate representation of color #3DF44A: hue angle of 124.26º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF44A is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB6124474-
CMYK0.7500.700.04
HSL124.26º89.27%59.8%-
HSV(B)124.26º75%95.69%-
XYZ35.5166.1917.38-
YUV169.973.8750.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.09%
GREEN value IS 244 (95.70% from 255) = 64.38%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=16.09%
G=64.38%
B=19.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61244740.7500.700.04124.2689.2759.8
Hex3DF44A4B04647c593c
Octal753641121130106417413174
Binary11110111110100100101010010110100011010011111001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,244,74); }

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

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

 a { background-color: rgb(61,244,74); }

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

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

 span { border-color: rgb(61,244,74); }

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