Html Css Color HEX #2BC249 Lime Green

📋 copy color: '#2BC249'

red 43 ◦ green 194 ◦ blue 73

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

Shades of Lime Green #2BC249

Tints of Lime Green #2BC249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.58%

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

R = 13.87%
G = 62.58%
B = 23.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#2BC249 (or 0x2BC249) is known color: Lime Green. HEX triplet: 2B, C2 and 49. RGB value is (43,194,73). Sum of RGB (Red+Green+Blue) = 43+194+73=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC249 is #D43DB6. Grayscale: #878787. Windows color (decimal): -13909431 or 4833835. OLE color: 4833835.

HSL color Cylindrical-coordinate representation of color #2BC249: hue angle of 131.92º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC249 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 194 73 -
CMYK 0.78 0 0.62 0.24
HSL 131.92º 0.64% 0.46% -
HSV(B) 131.92º 0.78% 0.76% -
XYZ 21.49 39.58 12.81 -
YUV 135.06 92.97 62.34 -
System Red Green Blue C M Y K H S L
Decimal 43 194 73 0.78 0 0.62 0.24 131.92 0.64 0.46
Hex 2B C2 49 4E 0 3E 18 84 40 2E
Octal 53 302 111 116 0 76 30 204 100 56
Binary 101011 11000010 1001001 1001110 0 111110 11000 10000100 1000000 101110

Color Harmonies of #2BC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC249

Black with #2BC249

Text Example


Text Example

White with #2BC249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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