Html Css Color HEX #2AB939 Lime Green

📋 copy color: '#2AB939'

red 42 ◦ green 185 ◦ blue 57

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

Shades of Lime Green #2AB939

Tints of Lime Green #2AB939

RGB

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

 GREEN value IS 185 (72.66% from 255) = 65.14%

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

R = 14.79%
G = 65.14%
B = 20.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#2AB939 (or 0x2AB939) is known color: Lime Green. HEX triplet: 2A, B9 and 39. RGB value is (42,185,57). Sum of RGB (Red+Green+Blue) = 42+185+57=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB939 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB939 is #D546C6. Grayscale: #808080. Windows color (decimal): -13977287 or 3782954. OLE color: 3782954.

HSL color Cylindrical-coordinate representation of color #2AB939: hue angle of 126.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB939 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 57 -
CMYK 0.77 0 0.69 0.27
HSL 126.29º 0.63% 0.45% -
HSV(B) 126.29º 0.77% 0.73% -
XYZ 19.04 35.49 9.72 -
YUV 127.65 88.12 66.91 -
System Red Green Blue C M Y K H S L
Decimal 42 185 57 0.77 0 0.69 0.27 126.29 0.63 0.45
Hex 2A B9 39 4D 0 45 1B 7E 3F 2D
Octal 52 271 71 115 0 105 33 176 77 55
Binary 101010 10111001 111001 1001101 0 1000101 11011 1111110 111111 101101

Color Harmonies of #2AB939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB939

Black with #2AB939

Text Example


Text Example

White with #2AB939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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