Html Css Color HEX #2AB836 Lime Green

📋 copy color: '#2AB836'

red 42 ◦ green 184 ◦ blue 54

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

Shades of Lime Green #2AB836

Tints of Lime Green #2AB836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 15%
G = 65.71%
B = 19.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#2AB836 (or 0x2AB836) is known color: Lime Green. HEX triplet: 2A, B8 and 36. RGB value is (42,184,54). Sum of RGB (Red+Green+Blue) = 42+184+54=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 184 (72.27% from 255 or 65.71% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB836 is #D547C9. Grayscale: #7F7F7F. Windows color (decimal): -13977546 or 3586090. OLE color: 3586090.

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

Color convert

RGB 42 184 54 -
CMYK 0.77 0 0.71 0.28
HSL 125.07º 0.63% 0.44% -
HSV(B) 125.07º 0.77% 0.72% -
XYZ 18.76 35.04 9.26 -
YUV 126.72 86.96 67.57 -
System Red Green Blue C M Y K H S L
Decimal 42 184 54 0.77 0 0.71 0.28 125.07 0.63 0.44
Hex 2A B8 36 4D 0 47 1C 7D 3F 2C
Octal 52 270 66 115 0 107 34 175 77 54
Binary 101010 10111000 110110 1001101 0 1000111 11100 1111101 111111 101100

Color Harmonies of #2AB836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB836

Black with #2AB836

Text Example


Text Example

White with #2AB836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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