Html Css Color HEX #2CC120 Lime Green

📋 copy color: '#2CC120'

red 44 ◦ green 193 ◦ blue 32

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

Shades of Lime Green #2CC120

Tints of Lime Green #2CC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 71.75%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 16.36%
G = 71.75%
B = 11.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#2CC120 (or 0x2CC120) is known color: Lime Green. HEX triplet: 2C, C1 and 20. RGB value is (44,193,32). Sum of RGB (Red+Green+Blue) = 44+193+32=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC120 is #D33EDF. Grayscale: #828282. Windows color (decimal): -13844192 or 2146604. OLE color: 2146604.

HSL color Cylindrical-coordinate representation of color #2CC120: hue angle of 115.53º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CC120 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 193 32 -
CMYK 0.77 0 0.83 0.24
HSL 115.53º 0.72% 0.44% -
HSV(B) 115.53º 0.83% 0.76% -
XYZ 20.37 38.78 7.78 -
YUV 130.1 72.64 66.59 -
System Red Green Blue C M Y K H S L
Decimal 44 193 32 0.77 0 0.83 0.24 115.53 0.72 0.44
Hex 2C C1 20 4D 0 53 18 74 48 2C
Octal 54 301 40 115 0 123 30 164 110 54
Binary 101100 11000001 100000 1001101 0 1010011 11000 1110100 1001000 101100

Color Harmonies of #2CC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC120

Black with #2CC120

Text Example


Text Example

White with #2CC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,193,32); }

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

background-color css

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

 a { background-color: rgb(44,193,32); }

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

border-color css

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

 span { border-color: rgb(44,193,32); }

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