Html Css Color HEX #2CC050 Lime Green

📋 copy color: '#2CC050'

red 44 ◦ green 192 ◦ blue 80

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

Shades of Lime Green #2CC050

Tints of Lime Green #2CC050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.76%

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 13.92%
G = 60.76%
B = 25.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#2CC050 (or 0x2CC050) is known color: Lime Green. HEX triplet: 2C, C0 and 50. RGB value is (44,192,80). Sum of RGB (Red+Green+Blue) = 44+192+80=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC050 is #D33FAF. Grayscale: #878787. Windows color (decimal): -13844400 or 5292076. OLE color: 5292076.

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

Color convert

RGB 44 192 80 -
CMYK 0.77 0 0.58 0.25
HSL 134.59º 0.63% 0.46% -
HSV(B) 134.59º 0.77% 0.75% -
XYZ 21.34 38.81 13.96 -
YUV 134.98 96.97 63.11 -
System Red Green Blue C M Y K H S L
Decimal 44 192 80 0.77 0 0.58 0.25 134.59 0.63 0.46
Hex 2C C0 50 4D 0 3A 19 87 3F 2E
Octal 54 300 120 115 0 72 31 207 77 56
Binary 101100 11000000 1010000 1001101 0 111010 11001 10000111 111111 101110

Color Harmonies of #2CC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC050

Black with #2CC050

Text Example


Text Example

White with #2CC050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,192,80); }

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

background-color css

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

 a { background-color: rgb(44,192,80); }

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

border-color css

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

 span { border-color: rgb(44,192,80); }

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