#2cb51e

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

Shades of Lime Green #2CB51E

Tints of Lime Green #2CB51E

Color information

#2CB51E (or 0x2CB51E) is unknown color: approx Lime Green. HEX triplet: 2C, B5 and 1E. RGB value is (44,181,30). Sum of RGB (Red+Green+Blue) = 44+181+30=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 181 (71.09% from 255 or 70.98% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB51E is #D34AE1. Grayscale: #7B7B7B. Windows color (decimal): -13847266 or 2012460. OLE color: 2012460.

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

Color convert

RGB4418130-
CMYK0.7600.830.29
HSL114.44º71.56%41.37%-
HSV(B)114.44º83.43%70.98%-
XYZ17.833.686.79-
YUV122.8275.6171.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 181 (71.09% from 255) = 70.98%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=17.25%
G=70.98%
B=11.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44181300.7600.830.29114.4471.5641.37
Hex2CB51E4C0531D724829
Octal542653611401233516211051
Binary10110010110101111101001100010100111110111100101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb51e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,181,30); }

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

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

 a { background-color: rgb(44,181,30); }

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

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

 span { border-color: rgb(44,181,30); }

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