#3DF441

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

Shades of Lime Green #3DF441

Tints of Lime Green #3DF441

Color information

#3DF441 (or 0x3DF441) is unknown color: approx Lime Green. HEX triplet: 3D, F4 and 41. RGB value is (61,244,65). Sum of RGB (Red+Green+Blue) = 61+244+65=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 244 (95.70% from 255 or 65.95% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF441 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF441 is #C20BBE. Grayscale: #A9A9A9. Windows color (decimal): -12716991 or 4322365. OLE color: 4322365.

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

Color convert

RGB6124465-
CMYK0.7500.730.04
HSL121.31º89.27%59.8%-
HSV(B)121.31º75%95.69%-
XYZ35.2366.0815.9-
YUV168.8869.3751.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 244 (95.70% from 255) = 65.95%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=16.49%
G=65.95%
B=17.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61244650.7500.730.04121.3189.2759.8
Hex3DF4414B049479593c
Octal753641011130111417113174
Binary11110111110100100000110010110100100110011110011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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