#3ED31C

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

Shades of Lime Green #3ED31C

Tints of Lime Green #3ED31C

Color information

#3ED31C (or 0x3ED31C) is unknown color: approx Lime Green. HEX triplet: 3E, D3 and 1C. RGB value is (62,211,28). Sum of RGB (Red+Green+Blue) = 62+211+28=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 211 (82.81% from 255 or 70.10% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 211 - color contains mainly: green. Hex color #3ED31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED31C is #C12CE3. Grayscale: #929292. Windows color (decimal): -12659940 or 1889086. OLE color: 1889086.

HSL color Cylindrical-coordinate representation of color #3ED31C: hue angle of 108.85º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3ED31C is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB6221128-
CMYK0.7100.870.17
HSL108.85º76.57%46.86%-
HSV(B)108.85º86.73%82.75%-
XYZ25.4947.78.96-
YUV145.5961.6468.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 211 (82.81% from 255) = 70.10%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=20.60%
G=70.10%
B=9.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal62211280.7100.870.17108.8576.5746.86
Hex3ED31C47057116d4d2f
Octal763233410701272115511557
Binary11111011010011111001000111010101111000111011011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,211,28); }

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

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

 a { background-color: rgb(62,211,28); }

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

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

 span { border-color: rgb(62,211,28); }

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