#3DD51E

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

Shades of Lime Green #3DD51E

Tints of Lime Green #3DD51E

Color information

#3DD51E (or 0x3DD51E) is unknown color: approx Lime Green. HEX triplet: 3D, D5 and 1E. RGB value is (61,213,30). Sum of RGB (Red+Green+Blue) = 61+213+30=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD51E is #C22AE1. Grayscale: #939393. Windows color (decimal): -12724962 or 2020669. OLE color: 2020669.

HSL color Cylindrical-coordinate representation of color #3DD51E: hue angle of 109.84º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DD51E is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB6121330-
CMYK0.7100.860.16
HSL109.84º75.31%47.65%-
HSV(B)109.84º85.92%83.53%-
XYZ25.9548.679.26-
YUV146.6962.1466.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.07%
GREEN value IS 213 (83.59% from 255) = 70.07%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=20.07%
G=70.07%
B=9.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61213300.7100.860.16109.8475.3147.65
Hex3DD51E47056106e4b30
Octal753253610701262015611360
Binary11110111010101111101000111010101101000011011101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,213,30); }

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

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

 a { background-color: rgb(61,213,30); }

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

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

 span { border-color: rgb(61,213,30); }

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