Html Css Color HEX #2CB322 Lime Green

📋 copy color: '#2CB322'

red 44 ◦ green 179 ◦ blue 34

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

Shades of Lime Green #2CB322

Tints of Lime Green #2CB322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.65%

 BLUE value IS 34 (13.67% from 255) = 13.23%

R = 17.12%
G = 69.65%
B = 13.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#2CB322 (or 0x2CB322) is known color: Lime Green. HEX triplet: 2C, B3 and 22. RGB value is (44,179,34). Sum of RGB (Red+Green+Blue) = 44+179+34=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB322 is #D34CDD. Grayscale: #7A7A7A. Windows color (decimal): -13847774 or 2274092. OLE color: 2274092.

HSL color Cylindrical-coordinate representation of color #2CB322: hue angle of 115.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CB322 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 179 34 -
CMYK 0.75 0 0.81 0.30
HSL 115.86º 0.68% 0.42% -
HSV(B) 115.86º 0.81% 0.7% -
XYZ 17.45 32.89 6.94 -
YUV 122.11 78.27 72.29 -
System Red Green Blue C M Y K H S L
Decimal 44 179 34 0.75 0 0.81 0.30 115.86 0.68 0.42
Hex 2C B3 22 4B 0 51 1E 74 44 2A
Octal 54 263 42 113 0 121 36 164 104 52
Binary 101100 10110011 100010 1001011 0 1010001 11110 1110100 1000100 101010

Color Harmonies of #2CB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB322

Black with #2CB322

Text Example


Text Example

White with #2CB322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,179,34); }

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

background-color css

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

 a { background-color: rgb(44,179,34); }

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

border-color css

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

 span { border-color: rgb(44,179,34); }

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