#3AB231

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

Shades of Lime Green #3AB231

Tints of Lime Green #3AB231

Color information

#3AB231 (or 0x3AB231) is unknown color: approx Lime Green. HEX triplet: 3A, B2 and 31. RGB value is (58,178,49). Sum of RGB (Red+Green+Blue) = 58+178+49=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB231 is #C54DCE. Grayscale: #7F7F7F. Windows color (decimal): -12930511 or 3256890. OLE color: 3256890.

HSL color Cylindrical-coordinate representation of color #3AB231: hue angle of 115.81º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB231 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB5817849-
CMYK0.6700.720.30
HSL115.81º56.83%44.51%-
HSV(B)115.81º72.47%69.8%-
XYZ18.2232.968.31-
YUV127.4183.7478.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 178 (69.92% from 255) = 62.46%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=20.35%
G=62.46%
B=17.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58178490.6700.720.30115.8156.8344.51
Hex3AB231430481E74392d
Octal72262611030110361647155
Binary11101010110010110001100001101001000111101110100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,178,49); }

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

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

 a { background-color: rgb(58,178,49); }

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

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

 span { border-color: rgb(58,178,49); }

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