#2CB73C

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

Shades of Lime Green #2CB73C

Tints of Lime Green #2CB73C

Color information

#2CB73C (or 0x2CB73C) is unknown color: approx Lime Green. HEX triplet: 2C, B7 and 3C. RGB value is (44,183,60). Sum of RGB (Red+Green+Blue) = 44+183+60=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 183 (71.88% from 255 or 63.76% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB73C is #D348C3. Grayscale: #7F7F7F. Windows color (decimal): -13846724 or 3979052. OLE color: 3979052.

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

Color convert

RGB4418360-
CMYK0.7600.670.28
HSL126.91º61.23%44.51%-
HSV(B)126.91º75.96%71.76%-
XYZ18.7934.739.99-
YUV127.4289.9568.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.33%
GREEN value IS 183 (71.88% from 255) = 63.76%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=15.33%
G=63.76%
B=20.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44183600.7600.670.28126.9161.2344.51
Hex2CB73C4C0431C7f3d2d
Octal54267741140103341777555
Binary10110010110111111100100110001000011111001111111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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