Html Css Color HEX #2BB849 Lime Green

📋 copy color: '#2BB849'

red 43 ◦ green 184 ◦ blue 73

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

Shades of Lime Green #2BB849

Tints of Lime Green #2BB849

RGB

 RED value IS 43 (17.19% from 255) = 14.33%

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

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 14.33%
G = 61.33%
B = 24.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#2BB849 (or 0x2BB849) is known color: Lime Green. HEX triplet: 2B, B8 and 49. RGB value is (43,184,73). Sum of RGB (Red+Green+Blue) = 43+184+73=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB849 is #D447B6. Grayscale: #818181. Windows color (decimal): -13911991 or 4831275. OLE color: 4831275.

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

Color convert

RGB 43 184 73 -
CMYK 0.77 0 0.60 0.28
HSL 132.77º 0.62% 0.45% -
HSV(B) 132.77º 0.77% 0.72% -
XYZ 19.34 35.28 12.09 -
YUV 129.19 96.29 66.53 -
System Red Green Blue C M Y K H S L
Decimal 43 184 73 0.77 0 0.60 0.28 132.77 0.62 0.45
Hex 2B B8 49 4D 0 3C 1C 85 3E 2D
Octal 53 270 111 115 0 74 34 205 76 55
Binary 101011 10111000 1001001 1001101 0 111100 11100 10000101 111110 101101

Color Harmonies of #2BB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB849

Black with #2BB849

Text Example


Text Example

White with #2BB849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,184,73); }

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

background-color css

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

 a { background-color: rgb(43,184,73); }

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

border-color css

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

 span { border-color: rgb(43,184,73); }

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