#2CB13C

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

Shades of Lime Green #2CB13C

Tints of Lime Green #2CB13C

Color information

#2CB13C (or 0x2CB13C) is unknown color: approx Lime Green. HEX triplet: 2C, B1 and 3C. RGB value is (44,177,60). Sum of RGB (Red+Green+Blue) = 44+177+60=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB13C is #D34EC3. Grayscale: #7C7C7C. Windows color (decimal): -13848260 or 3977516. OLE color: 3977516.

HSL color Cylindrical-coordinate representation of color #2CB13C: hue angle of 127.22º 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 #2CB13C is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB4417760-
CMYK0.7500.660.31
HSL127.22º60.18%43.33%-
HSV(B)127.22º75.14%69.41%-
XYZ17.5832.319.58-
YUV123.991.9471.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.66%
GREEN value IS 177 (69.53% from 255) = 62.99%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=15.66%
G=62.99%
B=21.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44177600.7500.660.31127.2260.1843.33
Hex2CB13C4B0421F7f3c2b
Octal54261741130102371777453
Binary10110010110001111100100101101000010111111111111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,177,60); }

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

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

 a { background-color: rgb(44,177,60); }

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

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

 span { border-color: rgb(44,177,60); }

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