#3DC14C

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

Shades of Lime Green #3DC14C

Tints of Lime Green #3DC14C

Color information

#3DC14C (or 0x3DC14C) is unknown color: approx Lime Green. HEX triplet: 3D, C1 and 4C. RGB value is (61,193,76). Sum of RGB (Red+Green+Blue) = 61+193+76=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC14C is #C23EB3. Grayscale: #8C8C8C. Windows color (decimal): -12730036 or 5030205. OLE color: 5030205.

HSL color Cylindrical-coordinate representation of color #3DC14C: hue angle of 126.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC14C is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB6119376-
CMYK0.6800.610.24
HSL126.82º51.97%49.8%-
HSV(B)126.82º68.39%75.69%-
XYZ22.339.6513.32-
YUV140.1991.7771.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 193 (75.78% from 255) = 58.48%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=18.48%
G=58.48%
B=23.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61193760.6800.610.24126.8251.9749.8
Hex3DC14C4403D187f3432
Octal75301114104075301776462
Binary11110111000001100110010001000111101110001111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,193,76); }

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

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

 a { background-color: rgb(61,193,76); }

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

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

 span { border-color: rgb(61,193,76); }

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