Html Css Color HEX #2CB522 Lime Green

📋 copy color: '#2CB522'

red 44 ◦ green 181 ◦ blue 34

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

Shades of Lime Green #2CB522

Tints of Lime Green #2CB522

RGB

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

 GREEN value IS 181 (71.09% from 255) = 69.88%

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

R = 16.99%
G = 69.88%
B = 13.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#2CB522 (or 0x2CB522) is known color: Lime Green. HEX triplet: 2C, B5 and 22. RGB value is (44,181,34). Sum of RGB (Red+Green+Blue) = 44+181+34=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 181 (71.09% from 255 or 69.88% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB522 is #D34ADD. Grayscale: #7B7B7B. Windows color (decimal): -13847262 or 2274604. OLE color: 2274604.

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

Color convert

RGB 44 181 34 -
CMYK 0.76 0 0.81 0.29
HSL 115.92º 0.68% 0.42% -
HSV(B) 115.92º 0.81% 0.71% -
XYZ 17.85 33.7 7.08 -
YUV 123.28 77.61 71.45 -
System Red Green Blue C M Y K H S L
Decimal 44 181 34 0.76 0 0.81 0.29 115.92 0.68 0.42
Hex 2C B5 22 4C 0 51 1D 74 44 2A
Octal 54 265 42 114 0 121 35 164 104 52
Binary 101100 10110101 100010 1001100 0 1010001 11101 1110100 1000100 101010

Color Harmonies of #2CB522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB522

Black with #2CB522

Text Example


Text Example

White with #2CB522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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