#3DEA4E

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

Shades of Lime Green #3DEA4E

Tints of Lime Green #3DEA4E

Color information

#3DEA4E (or 0x3DEA4E) is unknown color: approx Lime Green. HEX triplet: 3D, EA and 4E. RGB value is (61,234,78). Sum of RGB (Red+Green+Blue) = 61+234+78=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 234 (91.80% from 255 or 62.73% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEA4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEA4E is #C215B1. Grayscale: #A4A4A4. Windows color (decimal): -12719538 or 5171773. OLE color: 5171773.

HSL color Cylindrical-coordinate representation of color #3DEA4E: hue angle of 125.9º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEA4E is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB6123478-
CMYK0.7400.670.08
HSL125.9º80.47%57.84%-
HSV(B)125.9º73.93%91.76%-
XYZ32.7260.3917.14-
YUV164.4979.1954.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.35%
GREEN value IS 234 (91.80% from 255) = 62.73%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=16.35%
G=62.73%
B=20.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal61234780.7400.670.08125.980.4757.84
Hex3DEA4E4A04387e503a
Octal7535211611201031017612072
Binary111101111010101001110100101001000011100011111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,234,78); }

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

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

 a { background-color: rgb(61,234,78); }

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

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

 span { border-color: rgb(61,234,78); }

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