Html Css Color HEX #2CB020 Lime Green

📋 copy color: '#2CB020'

red 44 ◦ green 176 ◦ blue 32

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

Shades of Lime Green #2CB020

Tints of Lime Green #2CB020

RGB

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

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

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

R = 17.46%
G = 69.84%
B = 12.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#2CB020 (or 0x2CB020) is known color: Lime Green. HEX triplet: 2C, B0 and 20. RGB value is (44,176,32). Sum of RGB (Red+Green+Blue) = 44+176+32=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 176 (69.14% from 255 or 69.84% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB020 is #D34FDF. Grayscale: #787878. Windows color (decimal): -13848544 or 2142252. OLE color: 2142252.

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

Color convert

RGB 44 176 32 -
CMYK 0.75 0 0.82 0.31
HSL 115º 0.69% 0.41% -
HSV(B) 115º 0.82% 0.69% -
XYZ 16.82 31.69 6.6 -
YUV 120.12 78.27 73.71 -
System Red Green Blue C M Y K H S L
Decimal 44 176 32 0.75 0 0.82 0.31 115 0.69 0.41
Hex 2C B0 20 4B 0 52 1F 73 45 29
Octal 54 260 40 113 0 122 37 163 105 51
Binary 101100 10110000 100000 1001011 0 1010010 11111 1110011 1000101 101001

Color Harmonies of #2CB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB020

Black with #2CB020

Text Example


Text Example

White with #2CB020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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