#2cbc4b

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

Shades of Lime Green #2CBC4B

Tints of Lime Green #2CBC4B

Color information

#2CBC4B (or 0x2CBC4B) is unknown color: approx Lime Green. HEX triplet: 2C, BC and 4B. RGB value is (44,188,75). Sum of RGB (Red+Green+Blue) = 44+188+75=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC4B is #D343B4. Grayscale: #848484. Windows color (decimal): -13845429 or 4963372. OLE color: 4963372.

HSL color Cylindrical-coordinate representation of color #2CBC4B: hue angle of 132.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC4B is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB4418875-
CMYK0.7700.600.26
HSL132.92º62.07%45.49%-
HSV(B)132.92º76.6%73.73%-
XYZ20.2937.0112.73-
YUV132.0695.7965.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 188 (73.83% from 255) = 61.24%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=14.33%
G=61.24%
B=24.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44188750.7700.600.26132.9262.0745.49
Hex2CBC4B4D03C1A853e2d
Octal54274113115074322057655
Binary101100101111001001011100110101111001101010000101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cbc4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,188,75); }

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

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

 a { background-color: rgb(44,188,75); }

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

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

 span { border-color: rgb(44,188,75); }

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