#2CB72B

Color #2CB72B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CB72B

Tints of Lime Green #2CB72B

Color information

#2CB72B (or 0x2CB72B) is unknown color: approx Lime Green. HEX triplet: 2C, B7 and 2B. RGB value is (44,183,43). Sum of RGB (Red+Green+Blue) = 44+183+43=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB72B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB72B is #D348D4. Grayscale: #7D7D7D. Windows color (decimal): -13846741 or 2864940. OLE color: 2864940.

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

Color convert

RGB4418343-
CMYK0.7600.770.28
HSL119.57º61.95%44.31%-
HSV(B)119.57º76.5%71.76%-
XYZ18.4134.587.99-
YUV125.4881.4569.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 183 (71.88% from 255) = 67.78%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=16.30%
G=67.78%
B=15.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44183430.7600.770.28119.5761.9544.31
Hex2CB72B4C04D1C783e2c
Octal54267531140115341707654
Binary10110010110111101011100110001001101111001111000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,183,43); }

 H1.HeaderClassName
 {
   color: #2CB72B;
 }
 .AnyTagClassName
 {
   color: #2CB72B;
 }
</style>
background-color css

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

 a { background-color: rgb(44,183,43); }

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

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

 span { border-color: rgb(44,183,43); }

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