#3ED13D

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

Shades of Lime Green #3ED13D

Tints of Lime Green #3ED13D

Color information

#3ED13D (or 0x3ED13D) is unknown color: approx Lime Green. HEX triplet: 3E, D1 and 3D. RGB value is (62,209,61). Sum of RGB (Red+Green+Blue) = 62+209+61=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 209 (82.03% from 255 or 62.95% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED13D is #C12EC2. Grayscale: #949494. Windows color (decimal): -12660419 or 4051262. OLE color: 4051262.

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

Color convert

RGB6220961-
CMYK0.7000.710.18
HSL119.59º61.67%52.94%-
HSV(B)119.59º70.81%81.96%-
XYZ25.6346.9612.13-
YUV148.1878.866.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.67%
GREEN value IS 209 (82.03% from 255) = 62.95%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=18.67%
G=62.95%
B=18.37%

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
Decimal62209610.7000.710.18119.5961.6752.94
Hex3ED13D4604712783e35
Octal76321751060107221707665
Binary11111011010001111101100011001000111100101111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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