#3AB82A

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

Shades of Lime Green #3AB82A

Tints of Lime Green #3AB82A

Color information

#3AB82A (or 0x3AB82A) is unknown color: approx Lime Green. HEX triplet: 3A, B8 and 2A. RGB value is (58,184,42). Sum of RGB (Red+Green+Blue) = 58+184+42=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #3AB82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB82A is #C547D5. Grayscale: #828282. Windows color (decimal): -12928982 or 2799674. OLE color: 2799674.

HSL color Cylindrical-coordinate representation of color #3AB82A: hue angle of 113.24º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AB82A is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB5818442-
CMYK0.6800.770.28
HSL113.24º62.83%44.31%-
HSV(B)113.24º77.17%72.16%-
XYZ19.335.358-
YUV130.1478.2676.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 184 (72.27% from 255) = 64.79%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=20.42%
G=64.79%
B=14.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal58184420.6800.770.28113.2462.8344.31
Hex3AB82A4404D1C713f2c
Octal72270521040115341617754
Binary11101010111000101010100010001001101111001110001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,184,42); }

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

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

 a { background-color: rgb(58,184,42); }

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

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

 span { border-color: rgb(58,184,42); }

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