#3AF14D

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

Shades of Lime Green #3AF14D

Tints of Lime Green #3AF14D

Color information

#3AF14D (or 0x3AF14D) is unknown color: approx Lime Green. HEX triplet: 3A, F1 and 4D. RGB value is (58,241,77). Sum of RGB (Red+Green+Blue) = 58+241+77=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF14D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF14D is #C50EB2. Grayscale: #A8A8A8. Windows color (decimal): -12914355 or 5108026. OLE color: 5108026.

HSL color Cylindrical-coordinate representation of color #3AF14D: hue angle of 126.23º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF14D is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB5824177-
CMYK0.7600.680.05
HSL126.23º86.73%58.63%-
HSV(B)126.23º75.93%94.51%-
XYZ34.5464.3517.62-
YUV167.5976.8749.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.43%
GREEN value IS 241 (94.53% from 255) = 64.10%
BLUE value IS 77 (30.47% from 255) = 20.48%
R=15.43%
G=64.10%
B=20.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58241770.7600.680.05126.2386.7358.63
Hex3AF14D4C04457e573b
Octal723611151140104517612773
Binary11101011110001100110110011000100010010111111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,241,77); }

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

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

 a { background-color: rgb(58,241,77); }

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

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

 span { border-color: rgb(58,241,77); }

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