Html Css Color HEX #2BBC49 Lime Green

📋 copy color: '#2BBC49'

red 43 ◦ green 188 ◦ blue 73

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

Shades of Lime Green #2BBC49

Tints of Lime Green #2BBC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.84%

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

R = 14.14%
G = 61.84%
B = 24.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#2BBC49 (or 0x2BBC49) is known color: Lime Green. HEX triplet: 2B, BC and 49. RGB value is (43,188,73). Sum of RGB (Red+Green+Blue) = 43+188+73=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC49 is #D443B6. Grayscale: #838383. Windows color (decimal): -13910967 or 4832299. OLE color: 4832299.

HSL color Cylindrical-coordinate representation of color #2BBC49: hue angle of 132.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC49 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 73 -
CMYK 0.77 0 0.61 0.26
HSL 132.41º 0.63% 0.45% -
HSV(B) 132.41º 0.77% 0.74% -
XYZ 20.18 36.96 12.37 -
YUV 131.54 94.96 64.85 -
System Red Green Blue C M Y K H S L
Decimal 43 188 73 0.77 0 0.61 0.26 132.41 0.63 0.45
Hex 2B BC 49 4D 0 3D 1A 84 3F 2D
Octal 53 274 111 115 0 75 32 204 77 55
Binary 101011 10111100 1001001 1001101 0 111101 11010 10000100 111111 101101

Color Harmonies of #2BBC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC49

Black with #2BBC49

Text Example


Text Example

White with #2BBC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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