Html Css Color HEX #2AB941 Lime Green

📋 copy color: '#2AB941'

red 42 ◦ green 185 ◦ blue 65

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

Shades of Lime Green #2AB941

Tints of Lime Green #2AB941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 14.38%
G = 63.36%
B = 22.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#2AB941 (or 0x2AB941) is known color: Lime Green. HEX triplet: 2A, B9 and 41. RGB value is (42,185,65). Sum of RGB (Red+Green+Blue) = 42+185+65=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB941 is #D546BE. Grayscale: #808080. Windows color (decimal): -13977279 or 4307242. OLE color: 4307242.

HSL color Cylindrical-coordinate representation of color #2AB941: hue angle of 129.65º 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 #2AB941 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 65 -
CMYK 0.77 0 0.65 0.27
HSL 129.65º 0.63% 0.45% -
HSV(B) 129.65º 0.77% 0.73% -
XYZ 19.26 35.57 10.85 -
YUV 128.56 92.12 66.26 -
System Red Green Blue C M Y K H S L
Decimal 42 185 65 0.77 0 0.65 0.27 129.65 0.63 0.45
Hex 2A B9 41 4D 0 41 1B 82 3F 2D
Octal 52 271 101 115 0 101 33 202 77 55
Binary 101010 10111001 1000001 1001101 0 1000001 11011 10000010 111111 101101

Color Harmonies of #2AB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB941

Black with #2AB941

Text Example


Text Example

White with #2AB941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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