#3ED71E

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

Shades of Lime Green #3ED71E

Tints of Lime Green #3ED71E

Color information

#3ED71E (or 0x3ED71E) is unknown color: approx Lime Green. HEX triplet: 3E, D7 and 1E. RGB value is (62,215,30). Sum of RGB (Red+Green+Blue) = 62+215+30=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 215 (84.38% from 255 or 70.03% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 215 - color contains mainly: green. Hex color #3ED71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED71E is #C128E1. Grayscale: #949494. Windows color (decimal): -12658914 or 2021182. OLE color: 2021182.

HSL color Cylindrical-coordinate representation of color #3ED71E: hue angle of 109.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3ED71E is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB6221530-
CMYK0.7100.860.16
HSL109.62º75.51%48.04%-
HSV(B)109.62º86.05%84.31%-
XYZ26.5249.729.43-
YUV148.1661.3166.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.20%
GREEN value IS 215 (84.38% from 255) = 70.03%
BLUE value IS 30 (12.11% from 255) = 9.77%
R=20.20%
G=70.03%
B=9.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62215300.7100.860.16109.6275.5148.04
Hex3ED71E47056106e4c30
Octal763273610701262015611460
Binary11111011010111111101000111010101101000011011101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,215,30); }

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

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

 a { background-color: rgb(62,215,30); }

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

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

 span { border-color: rgb(62,215,30); }

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