#3EDA56

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

Shades of Lime Green #3EDA56

Tints of Lime Green #3EDA56

Color information

#3EDA56 (or 0x3EDA56) is unknown color: approx Lime Green. HEX triplet: 3E, DA and 56. RGB value is (62,218,86). Sum of RGB (Red+Green+Blue) = 62+218+86=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 218 (85.55% from 255 or 59.56% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDA56 is #C125A9. Grayscale: #9C9C9C. Windows color (decimal): -12658090 or 5691966. OLE color: 5691966.

HSL color Cylindrical-coordinate representation of color #3EDA56: hue angle of 129.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDA56 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB6221886-
CMYK0.7200.610.15
HSL129.23º67.83%54.9%-
HSV(B)129.23º71.56%85.49%-
XYZ28.7451.8417.3-
YUV156.3188.3260.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.94%
GREEN value IS 218 (85.55% from 255) = 59.56%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=16.94%
G=59.56%
B=23.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal62218860.7200.610.15129.2367.8354.9
Hex3EDA564803DF814437
Octal763321261100751720110467
Binary111110110110101010110100100001111011111100000011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,218,86); }

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

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

 a { background-color: rgb(62,218,86); }

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

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

 span { border-color: rgb(62,218,86); }

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