#2CB63D

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

Shades of Lime Green #2CB63D

Tints of Lime Green #2CB63D

Color information

#2CB63D (or 0x2CB63D) is unknown color: approx Lime Green. HEX triplet: 2C, B6 and 3D. RGB value is (44,182,61). Sum of RGB (Red+Green+Blue) = 44+182+61=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 182 (71.48% from 255 or 63.41% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB63D is #D349C2. Grayscale: #7F7F7F. Windows color (decimal): -13846979 or 4044332. OLE color: 4044332.

HSL color Cylindrical-coordinate representation of color #2CB63D: hue angle of 127.39º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB63D is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB4418261-
CMYK0.7600.660.29
HSL127.39º61.06%44.31%-
HSV(B)127.39º75.82%71.37%-
XYZ18.6134.3310.06-
YUV126.9490.7868.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.33%
GREEN value IS 182 (71.48% from 255) = 63.41%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=15.33%
G=63.41%
B=21.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44182610.7600.660.29127.3961.0644.31
Hex2CB63D4C0421D7f3d2c
Octal54266751140102351777554
Binary10110010110110111101100110001000010111011111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,182,61); }

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

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

 a { background-color: rgb(44,182,61); }

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

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

 span { border-color: rgb(44,182,61); }

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