Html Css Color HEX #2CBB49 Lime Green

📋 copy color: '#2CBB49'

red 44 ◦ green 187 ◦ blue 73

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

Shades of Lime Green #2CBB49

Tints of Lime Green #2CBB49

RGB

 RED value IS 44 (17.58% from 255) = 14.47%

 GREEN value IS 187 (73.44% from 255) = 61.51%

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

R = 14.47%
G = 61.51%
B = 24.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#2CBB49 (or 0x2CBB49) is known color: Lime Green. HEX triplet: 2C, BB and 49. RGB value is (44,187,73). Sum of RGB (Red+Green+Blue) = 44+187+73=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB49 is #D344B6. Grayscale: #838383. Windows color (decimal): -13845687 or 4832044. OLE color: 4832044.

HSL color Cylindrical-coordinate representation of color #2CBB49: hue angle of 132.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBB49 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 187 73 -
CMYK 0.76 0 0.61 0.27
HSL 132.17º 0.62% 0.45% -
HSV(B) 132.17º 0.76% 0.73% -
XYZ 20.01 36.56 12.3 -
YUV 131.25 95.12 65.77 -
System Red Green Blue C M Y K H S L
Decimal 44 187 73 0.76 0 0.61 0.27 132.17 0.62 0.45
Hex 2C BB 49 4C 0 3D 1B 84 3E 2D
Octal 54 273 111 114 0 75 33 204 76 55
Binary 101100 10111011 1001001 1001100 0 111101 11011 10000100 111110 101101

Color Harmonies of #2CBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB49

Black with #2CBB49

Text Example


Text Example

White with #2CBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,187,73); }

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

background-color css

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

 a { background-color: rgb(44,187,73); }

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

border-color css

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

 span { border-color: rgb(44,187,73); }

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