Html Css Color HEX #2CBE49 Lime Green

📋 copy color: '#2CBE49'

red 44 ◦ green 190 ◦ blue 73

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

Shades of Lime Green #2CBE49

Tints of Lime Green #2CBE49

RGB

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

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

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

R = 14.33%
G = 61.89%
B = 23.78%

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

#2CBE49 (or 0x2CBE49) is known color: Lime Green. HEX triplet: 2C, BE and 49. RGB value is (44,190,73). Sum of RGB (Red+Green+Blue) = 44+190+73=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBE49 is #D341B6. Grayscale: #858585. Windows color (decimal): -13844919 or 4832812. OLE color: 4832812.

HSL color Cylindrical-coordinate representation of color #2CBE49: hue angle of 131.92º degrees, saturation: 0.62, 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 #2CBE49 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 190 73 -
CMYK 0.77 0 0.62 0.25
HSL 131.92º 0.62% 0.46% -
HSV(B) 131.92º 0.77% 0.75% -
XYZ 20.65 37.84 12.52 -
YUV 133.01 94.13 64.51 -
System Red Green Blue C M Y K H S L
Decimal 44 190 73 0.77 0 0.62 0.25 131.92 0.62 0.46
Hex 2C BE 49 4D 0 3E 19 84 3E 2E
Octal 54 276 111 115 0 76 31 204 76 56
Binary 101100 10111110 1001001 1001101 0 111110 11001 10000100 111110 101110

Color Harmonies of #2CBE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBE49

Black with #2CBE49

Text Example


Text Example

White with #2CBE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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