Html Css Color HEX #2CC220 Lime Green

📋 copy color: '#2CC220'

red 44 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #2CC220

Tints of Lime Green #2CC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.85%

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

R = 16.3%
G = 71.85%
B = 11.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2CC220 (or 0x2CC220) is known color: Lime Green. HEX triplet: 2C, C2 and 20. RGB value is (44,194,32). Sum of RGB (Red+Green+Blue) = 44+194+32=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC220 is #D33DDF. Grayscale: #838383. Windows color (decimal): -13843936 or 2146860. OLE color: 2146860.

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

Color convert

RGB 44 194 32 -
CMYK 0.77 0 0.84 0.24
HSL 115.56º 0.72% 0.44% -
HSV(B) 115.56º 0.84% 0.76% -
XYZ 20.59 39.22 7.85 -
YUV 130.68 72.31 66.17 -
System Red Green Blue C M Y K H S L
Decimal 44 194 32 0.77 0 0.84 0.24 115.56 0.72 0.44
Hex 2C C2 20 4D 0 54 18 74 48 2C
Octal 54 302 40 115 0 124 30 164 110 54
Binary 101100 11000010 100000 1001101 0 1010100 11000 1110100 1001000 101100

Color Harmonies of #2CC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC220

Black with #2CC220

Text Example


Text Example

White with #2CC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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