#3AAA33

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

Shades of Lime Green #3AAA33

Tints of Lime Green #3AAA33

Color information

#3AAA33 (or 0x3AAA33) is unknown color: approx Lime Green. HEX triplet: 3A, AA and 33. RGB value is (58,170,51). Sum of RGB (Red+Green+Blue) = 58+170+51=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA33 is #C555CC. Grayscale: #7B7B7B. Windows color (decimal): -12932557 or 3385914. OLE color: 3385914.

HSL color Cylindrical-coordinate representation of color #3AAA33: hue angle of 116.47º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AAA33 is Cyan = 0.66, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB5817051-
CMYK0.6600.70.33
HSL116.47º53.85%43.33%-
HSV(B)116.47º70%66.67%-
XYZ16.7229.898.02-
YUV122.9587.3981.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 170 (66.80% from 255) = 60.93%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=20.79%
G=60.93%
B=18.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58170510.6600.70.33116.4753.8543.33
Hex3AAA33420462174362b
Octal72252631020106411646653
Binary111010101010101100111000010010001101000011110100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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