#3ED14B

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

Shades of Lime Green #3ED14B

Tints of Lime Green #3ED14B

Color information

#3ED14B (or 0x3ED14B) is unknown color: approx Lime Green. HEX triplet: 3E, D1 and 4B. RGB value is (62,209,75). Sum of RGB (Red+Green+Blue) = 62+209+75=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED14B is #C12EB4. Grayscale: #969696. Windows color (decimal): -12660405 or 4968766. OLE color: 4968766.

HSL color Cylindrical-coordinate representation of color #3ED14B: hue angle of 125.31º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED14B is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB6220975-
CMYK0.7000.640.18
HSL125.31º61.51%53.14%-
HSV(B)125.31º70.33%81.96%-
XYZ26.0647.1314.38-
YUV149.7785.865.4-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.92%
GREEN value IS 209 (82.03% from 255) = 60.40%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=17.92%
G=60.40%
B=21.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62209750.7000.640.18125.3161.5153.14
Hex3ED14B46040127d3e35
Octal763211131060100221757665
Binary111110110100011001011100011001000000100101111101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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