#3AC94B

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

Shades of Lime Green #3AC94B

Tints of Lime Green #3AC94B

Color information

#3AC94B (or 0x3AC94B) is unknown color: approx Lime Green. HEX triplet: 3A, C9 and 4B. RGB value is (58,201,75). Sum of RGB (Red+Green+Blue) = 58+201+75=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC94B is #C536B4. Grayscale: #909090. Windows color (decimal): -12924597 or 4966714. OLE color: 4966714.

HSL color Cylindrical-coordinate representation of color #3AC94B: hue angle of 127.13º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC94B is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB5820175-
CMYK0.7100.630.21
HSL127.13º56.97%50.78%-
HSV(B)127.13º71.14%78.82%-
XYZ23.943.1813.73-
YUV143.8889.1266.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.37%
GREEN value IS 201 (78.91% from 255) = 60.18%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=17.37%
G=60.18%
B=22.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58201750.7100.630.21127.1356.9750.78
Hex3AC94B4703F157f3933
Octal72311113107077251777163
Binary11101011001001100101110001110111111101011111111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,201,75); }

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

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

 a { background-color: rgb(58,201,75); }

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

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

 span { border-color: rgb(58,201,75); }

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