#2AAF3A

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

Shades of Lime Green #2AAF3A

Tints of Lime Green #2AAF3A

Color information

#2AAF3A (or 0x2AAF3A) is unknown color: approx Lime Green. HEX triplet: 2A, AF and 3A. RGB value is (42,175,58). Sum of RGB (Red+Green+Blue) = 42+175+58=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF3A is #D550C5. Grayscale: #7A7A7A. Windows color (decimal): -13979846 or 3845930. OLE color: 3845930.

HSL color Cylindrical-coordinate representation of color #2AAF3A: hue angle of 127.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAF3A is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB4217558-
CMYK0.7600.670.31
HSL127.22º61.29%42.55%-
HSV(B)127.22º76%68.63%-
XYZ17.0531.469.18-
YUV121.8991.9471.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 175 (68.75% from 255) = 63.64%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=15.27%
G=63.64%
B=21.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42175580.7600.670.31127.2261.2942.55
Hex2AAF3A4C0431F7f3d2b
Octal52257721140103371777553
Binary10101010101111111010100110001000011111111111111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AAF3A; }

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

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

<style>
 a { background-color: #2AAF3A; }

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

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

<style>
 span { border-color: #2AAF3A; }

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

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