#3DF04B

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

Shades of Lime Green #3DF04B

Tints of Lime Green #3DF04B

Color information

#3DF04B (or 0x3DF04B) is unknown color: approx Lime Green. HEX triplet: 3D, F0 and 4B. RGB value is (61,240,75). Sum of RGB (Red+Green+Blue) = 61+240+75=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF04B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF04B is #C20FB4. Grayscale: #A8A8A8. Windows color (decimal): -12718005 or 4976701. OLE color: 4976701.

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

Color convert

RGB6124075-
CMYK0.7500.690.06
HSL124.69º85.65%59.02%-
HSV(B)124.69º74.58%94.12%-
XYZ34.3563.8217.16-
YUV167.6775.751.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.22%
GREEN value IS 240 (94.14% from 255) = 63.83%
BLUE value IS 75 (29.69% from 255) = 19.95%
R=16.22%
G=63.83%
B=19.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61240750.7500.690.06124.6985.6559.02
Hex3DF04B4B04567d563b
Octal753601131130105617512673
Binary11110111110000100101110010110100010111011111011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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