#3CD13E

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

Shades of Lime Green #3CD13E

Tints of Lime Green #3CD13E

Color information

#3CD13E (or 0x3CD13E) is unknown color: approx Lime Green. HEX triplet: 3C, D1 and 3E. RGB value is (60,209,62). Sum of RGB (Red+Green+Blue) = 60+209+62=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 209 (82.03% from 255 or 63.14% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 209 - color contains mainly: green. Hex color #3CD13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD13E is #C32EC1. Grayscale: #949494. Windows color (decimal): -12791490 or 4116796. OLE color: 4116796.

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

Color convert

RGB6020962-
CMYK0.7100.700.18
HSL120.81º61.83%52.75%-
HSV(B)120.81º71.29%81.96%-
XYZ25.5346.9112.27-
YUV147.6979.6465.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 209 (82.03% from 255) = 63.14%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=18.13%
G=63.14%
B=18.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60209620.7100.700.18120.8161.8352.75
Hex3CD13E4704612793e35
Octal74321761070106221717665
Binary11110011010001111110100011101000110100101111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,209,62); }

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

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

 a { background-color: rgb(60,209,62); }

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

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

 span { border-color: rgb(60,209,62); }

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