#3DF448

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

Shades of Lime Green #3DF448

Tints of Lime Green #3DF448

Color information

#3DF448 (or 0x3DF448) is unknown color: approx Lime Green. HEX triplet: 3D, F4 and 48. RGB value is (61,244,72). Sum of RGB (Red+Green+Blue) = 61+244+72=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 244 (95.70% from 255 or 64.72% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF448 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF448 is #C20BB7. Grayscale: #AAAAAA. Windows color (decimal): -12716984 or 4781117. OLE color: 4781117.

HSL color Cylindrical-coordinate representation of color #3DF448: hue angle of 123.61º 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 #3DF448 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB6124472-
CMYK0.7500.700.04
HSL123.61º89.27%59.8%-
HSV(B)123.61º75%95.69%-
XYZ35.4466.1617.03-
YUV169.6872.8750.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.18%
GREEN value IS 244 (95.70% from 255) = 64.72%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=16.18%
G=64.72%
B=19.10%

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
Decimal61244720.7500.700.04123.6189.2759.8
Hex3DF4484B04647c593c
Octal753641101130106417413174
Binary11110111110100100100010010110100011010011111001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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