Html Css Color HEX #2CC320 Lime Green

📋 copy color: '#2CC320'

red 44 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #2CC320

Tints of Lime Green #2CC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.96%

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

R = 16.24%
G = 71.96%
B = 11.81%

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

#2CC320 (or 0x2CC320) is known color: Lime Green. HEX triplet: 2C, C3 and 20. RGB value is (44,195,32). Sum of RGB (Red+Green+Blue) = 44+195+32=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC320 is #D33CDF. Grayscale: #838383. Windows color (decimal): -13843680 or 2147116. OLE color: 2147116.

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

Color convert

RGB 44 195 32 -
CMYK 0.77 0 0.84 0.24
HSL 115.58º 0.72% 0.45% -
HSV(B) 115.58º 0.84% 0.76% -
XYZ 20.81 39.67 7.93 -
YUV 131.27 71.97 65.75 -
System Red Green Blue C M Y K H S L
Decimal 44 195 32 0.77 0 0.84 0.24 115.58 0.72 0.45
Hex 2C C3 20 4D 0 54 18 74 48 2D
Octal 54 303 40 115 0 124 30 164 110 55
Binary 101100 11000011 100000 1001101 0 1010100 11000 1110100 1001000 101101

Color Harmonies of #2CC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC320

Black with #2CC320

Text Example


Text Example

White with #2CC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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