#3ED13C

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

Shades of Lime Green #3ED13C

Tints of Lime Green #3ED13C

Color information

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

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

Color convert

RGB6220960-
CMYK0.7000.710.18
HSL119.19º61.83%52.75%-
HSV(B)119.19º71.29%81.96%-
XYZ25.646.9511.99-
YUV148.0678.366.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62209600.7000.710.18119.1961.8352.75
Hex3ED13C4604712773e35
Octal76321741060107221677665
Binary11111011010001111100100011001000111100101110111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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