#3DDA54

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

Shades of Lime Green #3DDA54

Tints of Lime Green #3DDA54

Color information

#3DDA54 (or 0x3DDA54) is unknown color: approx Lime Green. HEX triplet: 3D, DA and 54. RGB value is (61,218,84). Sum of RGB (Red+Green+Blue) = 61+218+84=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA54 is #C225AB. Grayscale: #9C9C9C. Windows color (decimal): -12723628 or 5560893. OLE color: 5560893.

HSL color Cylindrical-coordinate representation of color #3DDA54: hue angle of 128.79º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA54 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB6121884-
CMYK0.7200.610.15
HSL128.79º67.97%54.71%-
HSV(B)128.79º72.02%85.49%-
XYZ28.651.7816.87-
YUV155.7887.4960.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.80%
GREEN value IS 218 (85.55% from 255) = 60.06%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=16.80%
G=60.06%
B=23.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61218840.7200.610.15128.7967.9754.71
Hex3DDA544803DF814437
Octal753321241100751720110467
Binary111101110110101010100100100001111011111100000011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,218,84); }

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

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

 a { background-color: rgb(61,218,84); }

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

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

 span { border-color: rgb(61,218,84); }

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