#3DD04A

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

Shades of Lime Green #3DD04A

Tints of Lime Green #3DD04A

Color information

#3DD04A (or 0x3DD04A) is unknown color: approx Lime Green. HEX triplet: 3D, D0 and 4A. RGB value is (61,208,74). Sum of RGB (Red+Green+Blue) = 61+208+74=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD04A is #C22FB5. Grayscale: #959595. Windows color (decimal): -12726198 or 4902973. OLE color: 4902973.

HSL color Cylindrical-coordinate representation of color #3DD04A: hue angle of 125.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD04A is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB6120874-
CMYK0.7100.640.18
HSL125.31º61%52.75%-
HSV(B)125.31º70.67%81.57%-
XYZ25.7246.614.12-
YUV148.7785.865.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.78%
GREEN value IS 208 (81.64% from 255) = 60.64%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=17.78%
G=60.64%
B=21.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61208740.7100.640.18125.316152.75
Hex3DD04A47040127d3d35
Octal753201121070100221757565
Binary111101110100001001010100011101000000100101111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,208,74); }

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

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

 a { background-color: rgb(61,208,74); }

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

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

 span { border-color: rgb(61,208,74); }

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