#3ABA33

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

Shades of Lime Green #3ABA33

Tints of Lime Green #3ABA33

Color information

#3ABA33 (or 0x3ABA33) is unknown color: approx Lime Green. HEX triplet: 3A, BA and 33. RGB value is (58,186,51). Sum of RGB (Red+Green+Blue) = 58+186+51=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA33 is #C545CC. Grayscale: #848484. Windows color (decimal): -12928461 or 3390010. OLE color: 3390010.

HSL color Cylindrical-coordinate representation of color #3ABA33: hue angle of 116.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ABA33 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB5818651-
CMYK0.6900.730.27
HSL116.89º56.96%46.47%-
HSV(B)116.89º72.58%72.94%-
XYZ19.936.269.08-
YUV132.3482.0974.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 186 (73.05% from 255) = 63.05%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=19.66%
G=63.05%
B=17.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58186510.6900.730.27116.8956.9646.47
Hex3ABA33450491B75392e
Octal72272631050111331657156
Binary11101010111010110011100010101001001110111110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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