Html Css Color HEX #2AB832 Lime Green

📋 copy color: '#2AB832'

red 42 ◦ green 184 ◦ blue 50

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

Shades of Lime Green #2AB832

Tints of Lime Green #2AB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 66.67%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 15.22%
G = 66.67%
B = 18.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#2AB832 (or 0x2AB832) is known color: Lime Green. HEX triplet: 2A, B8 and 32. RGB value is (42,184,50). Sum of RGB (Red+Green+Blue) = 42+184+50=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 184 (72.27% from 255 or 66.67% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB832 is #D547CD. Grayscale: #7E7E7E. Windows color (decimal): -13977550 or 3323946. OLE color: 3323946.

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

Color convert

RGB 42 184 50 -
CMYK 0.77 0 0.73 0.28
HSL 123.38º 0.63% 0.44% -
HSV(B) 123.38º 0.77% 0.72% -
XYZ 18.67 35 8.79 -
YUV 126.27 84.96 67.9 -
System Red Green Blue C M Y K H S L
Decimal 42 184 50 0.77 0 0.73 0.28 123.38 0.63 0.44
Hex 2A B8 32 4D 0 49 1C 7B 3F 2C
Octal 52 270 62 115 0 111 34 173 77 54
Binary 101010 10111000 110010 1001101 0 1001001 11100 1111011 111111 101100

Color Harmonies of #2AB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB832

Black with #2AB832

Text Example


Text Example

White with #2AB832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,184,50); }

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

background-color css

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

 a { background-color: rgb(42,184,50); }

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

border-color css

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

 span { border-color: rgb(42,184,50); }

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