Html Css Color HEX #2AA939 Lime Green

📋 copy color: '#2AA939'

red 42 ◦ green 169 ◦ blue 57

#2AA939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2AA939

Tints of Lime Green #2AA939

RGB

 RED value IS 42 (16.8% from 255) = 15.67%

 GREEN value IS 169 (66.41% from 255) = 63.06%

 BLUE value IS 57 (22.66% from 255) = 21.27%

R = 15.67%
G = 63.06%
B = 21.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#2AA939 (or 0x2AA939) is known color: Lime Green. HEX triplet: 2A, A9 and 39. RGB value is (42,169,57). Sum of RGB (Red+Green+Blue) = 42+169+57=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 169 (66.41% from 255 or 63.06% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA939 is #D556C6. Grayscale: #767676. Windows color (decimal): -13981383 or 3778858. OLE color: 3778858.

HSL color Cylindrical-coordinate representation of color #2AA939: hue angle of 127.09º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA939 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 42 169 57 -
CMYK 0.75 0 0.66 0.34
HSL 127.09º 0.6% 0.41% -
HSV(B) 127.09º 0.75% 0.66% -
XYZ 15.88 29.16 8.66 -
YUV 118.26 93.42 73.61 -
System Red Green Blue C M Y K H S L
Decimal 42 169 57 0.75 0 0.66 0.34 127.09 0.6 0.41
Hex 2A A9 39 4B 0 42 22 7F 3C 29
Octal 52 251 71 113 0 102 42 177 74 51
Binary 101010 10101001 111001 1001011 0 1000010 100010 1111111 111100 101001

Color Harmonies of #2AA939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA939

Black with #2AA939

Text Example


Text Example

White with #2AA939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,169,57); }

 H1.HeaderClassName
 {
   color: #2AA939;
 }
 .AnyTagClassName
 {
   color: #2AA939;
 }
</style>

background-color css

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

 a { background-color: rgb(42,169,57); }

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

border-color css

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

 span { border-color: rgb(42,169,57); }

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