#3DC42D

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

Shades of Lime Green #3DC42D

Tints of Lime Green #3DC42D

Color information

#3DC42D (or 0x3DC42D) is unknown color: approx Lime Green. HEX triplet: 3D, C4 and 2D. RGB value is (61,196,45). Sum of RGB (Red+Green+Blue) = 61+196+45=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 196 (76.95% from 255 or 64.90% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC42D is #C23BD2. Grayscale: #8A8A8A. Windows color (decimal): -12729299 or 2999357. OLE color: 2999357.

HSL color Cylindrical-coordinate representation of color #3DC42D: hue angle of 113.64º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DC42D is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB6119645-
CMYK0.6900.770.23
HSL113.64º62.66%47.25%-
HSV(B)113.64º77.04%76.86%-
XYZ22.1440.669.16-
YUV138.4275.2772.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 196 (76.95% from 255) = 64.90%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=20.20%
G=64.90%
B=14.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61196450.6900.770.23113.6462.6647.25
Hex3DC42D4504D17723f2f
Octal75304551050115271627757
Binary11110111000100101101100010101001101101111110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,196,45); }

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

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

 a { background-color: rgb(61,196,45); }

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

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

 span { border-color: rgb(61,196,45); }

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