#3DF149

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

Shades of Lime Green #3DF149

Tints of Lime Green #3DF149

Color information

#3DF149 (or 0x3DF149) is unknown color: approx Lime Green. HEX triplet: 3D, F1 and 49. RGB value is (61,241,73). Sum of RGB (Red+Green+Blue) = 61+241+73=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF149 is #C20EB6. Grayscale: #A8A8A8. Windows color (decimal): -12717751 or 4845885. OLE color: 4845885.

HSL color Cylindrical-coordinate representation of color #3DF149: hue angle of 124º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF149 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB6124173-
CMYK0.7500.700.05
HSL124º86.54%59.22%-
HSV(B)124º74.69%94.51%-
XYZ34.5864.3816.91-
YUV168.0374.3751.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.27%
GREEN value IS 241 (94.53% from 255) = 64.27%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=16.27%
G=64.27%
B=19.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61241730.7500.700.0512486.5459.22
Hex3DF1494B04657c573b
Octal753611111130106517412773
Binary11110111110001100100110010110100011010111111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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