#3DF04C

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

Shades of Lime Green #3DF04C

Tints of Lime Green #3DF04C

Color information

#3DF04C (or 0x3DF04C) is unknown color: approx Lime Green. HEX triplet: 3D, F0 and 4C. RGB value is (61,240,76). Sum of RGB (Red+Green+Blue) = 61+240+76=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF04C is #C20FB3. Grayscale: #A8A8A8. Windows color (decimal): -12718004 or 5042237. OLE color: 5042237.

HSL color Cylindrical-coordinate representation of color #3DF04C: hue angle of 125.03º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF04C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB6124076-
CMYK0.7500.680.06
HSL125.03º85.65%59.02%-
HSV(B)125.03º74.58%94.12%-
XYZ34.3963.8317.35-
YUV167.7876.251.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.18%
GREEN value IS 240 (94.14% from 255) = 63.66%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=16.18%
G=63.66%
B=20.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61240760.7500.680.06125.0385.6559.02
Hex3DF04C4B04467d563b
Octal753601141130104617512673
Binary11110111110000100110010010110100010011011111011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,240,76); }

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

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

 a { background-color: rgb(61,240,76); }

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

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

 span { border-color: rgb(61,240,76); }

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