#3DED48

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

Shades of Lime Green #3DED48

Tints of Lime Green #3DED48

Color information

#3DED48 (or 0x3DED48) is unknown color: approx Lime Green. HEX triplet: 3D, ED and 48. RGB value is (61,237,72). Sum of RGB (Red+Green+Blue) = 61+237+72=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 237 (92.97% from 255 or 64.05% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DED48 is #C212B7. Grayscale: #A6A6A6. Windows color (decimal): -12718776 or 4779325. OLE color: 4779325.

HSL color Cylindrical-coordinate representation of color #3DED48: hue angle of 123.75º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DED48 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB6123772-
CMYK0.7400.700.07
HSL123.75º83.02%58.43%-
HSV(B)123.75º74.26%92.94%-
XYZ33.3862.0316.34-
YUV165.5775.1953.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 237 (92.97% from 255) = 64.05%
BLUE value IS 72 (28.52% from 255) = 19.46%
R=16.49%
G=64.05%
B=19.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61237720.7400.700.07123.7583.0258.43
Hex3DED484A04677c533a
Octal753551101120106717412372
Binary11110111101101100100010010100100011011111111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,237,72); }

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

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

 a { background-color: rgb(61,237,72); }

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

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

 span { border-color: rgb(61,237,72); }

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