Html Css Color HEX #2CB032 Lime Green

📋 copy color: '#2CB032'

red 44 ◦ green 176 ◦ blue 50

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

Shades of Lime Green #2CB032

Tints of Lime Green #2CB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 65.19%

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 16.3%
G = 65.19%
B = 18.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#2CB032 (or 0x2CB032) is known color: Lime Green. HEX triplet: 2C, B0 and 32. RGB value is (44,176,50). Sum of RGB (Red+Green+Blue) = 44+176+50=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 176 (69.14% from 255 or 65.19% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB032 is #D34FCD. Grayscale: #7A7A7A. Windows color (decimal): -13848526 or 3321900. OLE color: 3321900.

HSL color Cylindrical-coordinate representation of color #2CB032: hue angle of 122.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB032 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 176 50 -
CMYK 0.75 0 0.72 0.31
HSL 122.73º 0.6% 0.43% -
HSV(B) 122.73º 0.75% 0.69% -
XYZ 17.14 31.82 8.26 -
YUV 122.17 87.27 72.25 -
System Red Green Blue C M Y K H S L
Decimal 44 176 50 0.75 0 0.72 0.31 122.73 0.6 0.43
Hex 2C B0 32 4B 0 48 1F 7B 3C 2B
Octal 54 260 62 113 0 110 37 173 74 53
Binary 101100 10110000 110010 1001011 0 1001000 11111 1111011 111100 101011

Color Harmonies of #2CB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB032

Black with #2CB032

Text Example


Text Example

White with #2CB032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,176,50); }

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

background-color css

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

 a { background-color: rgb(44,176,50); }

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

border-color css

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

 span { border-color: rgb(44,176,50); }

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