#3DF44B

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

Shades of Lime Green #3DF44B

Tints of Lime Green #3DF44B

Color information

#3DF44B (or 0x3DF44B) is unknown color: approx Lime Green. HEX triplet: 3D, F4 and 4B. RGB value is (61,244,75). Sum of RGB (Red+Green+Blue) = 61+244+75=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 244 (95.70% from 255 or 64.21% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF44B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF44B is #C20BB4. Grayscale: #AAAAAA. Windows color (decimal): -12716981 or 4977725. OLE color: 4977725.

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

Color convert

RGB6124475-
CMYK0.7500.690.04
HSL124.59º89.27%59.8%-
HSV(B)124.59º75%95.69%-
XYZ35.5566.217.56-
YUV170.0274.3750.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.05%
GREEN value IS 244 (95.70% from 255) = 64.21%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=16.05%
G=64.21%
B=19.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61244750.7500.690.04124.5989.2759.8
Hex3DF44B4B04547d593c
Octal753641131130105417513174
Binary11110111110100100101110010110100010110011111011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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