#3DEF4E

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

Shades of Lime Green #3DEF4E

Tints of Lime Green #3DEF4E

Color information

#3DEF4E (or 0x3DEF4E) is unknown color: approx Lime Green. HEX triplet: 3D, EF and 4E. RGB value is (61,239,78). Sum of RGB (Red+Green+Blue) = 61+239+78=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEF4E is #C210B1. Grayscale: #A7A7A7. Windows color (decimal): -12718258 or 5173053. OLE color: 5173053.

HSL color Cylindrical-coordinate representation of color #3DEF4E: hue angle of 125.73º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEF4E is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB6123978-
CMYK0.7400.670.06
HSL125.73º84.76%58.82%-
HSV(B)125.73º74.48%93.73%-
XYZ34.1763.2817.62-
YUV167.4277.5352.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.14%
GREEN value IS 239 (93.75% from 255) = 63.23%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=16.14%
G=63.23%
B=20.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61239780.7400.670.06125.7384.7658.82
Hex3DEF4E4A04367e553b
Octal753571161120103617612573
Binary11110111101111100111010010100100001111011111101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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