Html Css Color HEX #2BBE49 Lime Green

📋 copy color: '#2BBE49'

red 43 ◦ green 190 ◦ blue 73

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

Shades of Lime Green #2BBE49

Tints of Lime Green #2BBE49

RGB

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

 GREEN value IS 190 (74.61% from 255) = 62.09%

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

R = 14.05%
G = 62.09%
B = 23.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#2BBE49 (or 0x2BBE49) is known color: Lime Green. HEX triplet: 2B, BE and 49. RGB value is (43,190,73). Sum of RGB (Red+Green+Blue) = 43+190+73=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE49 is #D441B6. Grayscale: #858585. Windows color (decimal): -13910455 or 4832811. OLE color: 4832811.

HSL color Cylindrical-coordinate representation of color #2BBE49: hue angle of 132.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE49 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 73 -
CMYK 0.77 0 0.62 0.25
HSL 132.24º 0.63% 0.46% -
HSV(B) 132.24º 0.77% 0.75% -
XYZ 20.61 37.82 12.52 -
YUV 132.71 94.3 64.01 -
System Red Green Blue C M Y K H S L
Decimal 43 190 73 0.77 0 0.62 0.25 132.24 0.63 0.46
Hex 2B BE 49 4D 0 3E 19 84 3F 2E
Octal 53 276 111 115 0 76 31 204 77 56
Binary 101011 10111110 1001001 1001101 0 111110 11001 10000100 111111 101110

Color Harmonies of #2BBE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE49

Black with #2BBE49

Text Example


Text Example

White with #2BBE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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