#3DD448

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

Shades of Lime Green #3DD448

Tints of Lime Green #3DD448

Color information

#3DD448 (or 0x3DD448) is unknown color: approx Lime Green. HEX triplet: 3D, D4 and 48. RGB value is (61,212,72). Sum of RGB (Red+Green+Blue) = 61+212+72=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD448 is #C22BB7. Grayscale: #979797. Windows color (decimal): -12725176 or 4772925. OLE color: 4772925.

HSL color Cylindrical-coordinate representation of color #3DD448: hue angle of 124.37º 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 #3DD448 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB6121272-
CMYK0.7100.660.17
HSL124.37º63.71%53.53%-
HSV(B)124.37º71.23%83.14%-
XYZ26.6448.5514.1-
YUV150.8983.4763.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.68%
GREEN value IS 212 (83.20% from 255) = 61.45%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=17.68%
G=61.45%
B=20.87%

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
Decimal61212720.7100.660.17124.3763.7153.53
Hex3DD44847042117c4036
Octal7532411010701022117410066
Binary1111011101010010010001000111010000101000111111001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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