#3DD449

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

Shades of Lime Green #3DD449

Tints of Lime Green #3DD449

Color information

#3DD449 (or 0x3DD449) is unknown color: approx Lime Green. HEX triplet: 3D, D4 and 49. RGB value is (61,212,73). Sum of RGB (Red+Green+Blue) = 61+212+73=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD449 is #C22BB6. Grayscale: #979797. Windows color (decimal): -12725175 or 4838461. OLE color: 4838461.

HSL color Cylindrical-coordinate representation of color #3DD449: hue angle of 124.77º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD449 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB6121273-
CMYK0.7100.660.17
HSL124.77º63.71%53.53%-
HSV(B)124.77º71.23%83.14%-
XYZ26.6748.5614.27-
YUV15183.9763.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.63%
GREEN value IS 212 (83.20% from 255) = 61.27%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=17.63%
G=61.27%
B=21.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal61212730.7100.660.17124.7763.7153.53
Hex3DD44947042117d4036
Octal7532411110701022117510066
Binary1111011101010010010011000111010000101000111111011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,212,73); }

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

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

 a { background-color: rgb(61,212,73); }

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

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

 span { border-color: rgb(61,212,73); }

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