#3dd24e

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

Shades of Lime Green #3DD24E

Tints of Lime Green #3DD24E

Color information

#3DD24E (or 0x3DD24E) is unknown color: approx Lime Green. HEX triplet: 3D, D2 and 4E. RGB value is (61,210,78). Sum of RGB (Red+Green+Blue) = 61+210+78=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD24E is #C22DB1. Grayscale: #969696. Windows color (decimal): -12725682 or 5165629. OLE color: 5165629.

HSL color Cylindrical-coordinate representation of color #3DD24E: hue angle of 126.85º degrees, saturation: 0.62, 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 #3DD24E is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB6121078-
CMYK0.7100.630.18
HSL126.85º62.34%53.14%-
HSV(B)126.85º70.95%82.35%-
XYZ26.3547.6415.01-
YUV150.487.1464.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.48%
GREEN value IS 210 (82.42% from 255) = 60.17%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=17.48%
G=60.17%
B=22.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61210780.7100.630.18126.8562.3453.14
Hex3DD24E4703F127f3e35
Octal75322116107077221777665
Binary11110111010010100111010001110111111100101111111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dd24e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,210,78); }

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

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

 a { background-color: rgb(61,210,78); }

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

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

 span { border-color: rgb(61,210,78); }

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