#3AB533

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

Shades of Lime Green #3AB533

Tints of Lime Green #3AB533

Color information

#3AB533 (or 0x3AB533) is unknown color: approx Lime Green. HEX triplet: 3A, B5 and 33. RGB value is (58,181,51). Sum of RGB (Red+Green+Blue) = 58+181+51=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 181 (71.09% from 255 or 62.41% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB533 is #C54ACC. Grayscale: #818181. Windows color (decimal): -12929741 or 3388730. OLE color: 3388730.

HSL color Cylindrical-coordinate representation of color #3AB533: hue angle of 116.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB533 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB5818151-
CMYK0.6800.720.29
HSL116.77º56.03%45.49%-
HSV(B)116.77º71.82%70.98%-
XYZ18.8734.198.74-
YUV129.483.7577.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20%
GREEN value IS 181 (71.09% from 255) = 62.41%
BLUE value IS 51 (20.31% from 255) = 17.59%
R=20%
G=62.41%
B=17.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58181510.6800.720.29116.7756.0345.49
Hex3AB533440481D75382d
Octal72265631040110351657055
Binary11101010110101110011100010001001000111011110101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,181,51); }

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

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

 a { background-color: rgb(58,181,51); }

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

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

 span { border-color: rgb(58,181,51); }

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