Html Css Color HEX #2AC939 Lime Green

📋 copy color: '#2AC939'

red 42 ◦ green 201 ◦ blue 57

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

Shades of Lime Green #2AC939

Tints of Lime Green #2AC939

RGB

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

 GREEN value IS 201 (78.91% from 255) = 67%

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

R = 14%
G = 67%
B = 19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#2AC939 (or 0x2AC939) is known color: Lime Green. HEX triplet: 2A, C9 and 39. RGB value is (42,201,57). Sum of RGB (Red+Green+Blue) = 42+201+57=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 201 (78.91% from 255 or 67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC939 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC939 is #D536C6. Grayscale: #898989. Windows color (decimal): -13973191 or 3787050. OLE color: 3787050.

HSL color Cylindrical-coordinate representation of color #2AC939: hue angle of 125.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC939 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 42 201 57 -
CMYK 0.79 0 0.72 0.21
HSL 125.66º 0.65% 0.48% -
HSV(B) 125.66º 0.79% 0.79% -
XYZ 22.58 42.56 10.9 -
YUV 137.04 82.82 60.21 -
System Red Green Blue C M Y K H S L
Decimal 42 201 57 0.79 0 0.72 0.21 125.66 0.65 0.48
Hex 2A C9 39 4F 0 48 15 7E 41 30
Octal 52 311 71 117 0 110 25 176 101 60
Binary 101010 11001001 111001 1001111 0 1001000 10101 1111110 1000001 110000

Color Harmonies of #2AC939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC939

Black with #2AC939

Text Example


Text Example

White with #2AC939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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