#3AC126

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

Shades of Lime Green #3AC126

Tints of Lime Green #3AC126

Color information

#3AC126 (or 0x3AC126) is unknown color: approx Lime Green. HEX triplet: 3A, C1 and 26. RGB value is (58,193,38). Sum of RGB (Red+Green+Blue) = 58+193+38=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC126 is #C53ED9. Grayscale: #878787. Windows color (decimal): -12926682 or 2539834. OLE color: 2539834.

HSL color Cylindrical-coordinate representation of color #3AC126: hue angle of 112.26º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AC126 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB5819338-
CMYK0.7000.800.24
HSL112.26º67.1%45.29%-
HSV(B)112.26º80.31%75.69%-
XYZ21.1639.188.28-
YUV134.9673.2773.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 193 (75.78% from 255) = 66.78%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=20.07%
G=66.78%
B=13.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58193380.7000.800.24112.2667.145.29
Hex3AC126460501870432d
Octal723014610601203016010355
Binary111010110000011001101000110010100001100011100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,193,38); }

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

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

 a { background-color: rgb(58,193,38); }

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

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

 span { border-color: rgb(58,193,38); }

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