#2CB91D

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

Shades of Lime Green #2CB91D

Tints of Lime Green #2CB91D

Color information

#2CB91D (or 0x2CB91D) is unknown color: approx Lime Green. HEX triplet: 2C, B9 and 1D. RGB value is (44,185,29). Sum of RGB (Red+Green+Blue) = 44+185+29=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 185 (72.66% from 255 or 71.71% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB91D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB91D is #D346E2. Grayscale: #7D7D7D. Windows color (decimal): -13846243 or 1947948. OLE color: 1947948.

HSL color Cylindrical-coordinate representation of color #2CB91D: hue angle of 114.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CB91D is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB4418529-
CMYK0.7600.840.27
HSL114.23º72.9%41.96%-
HSV(B)114.23º84.32%72.55%-
XYZ18.6135.327-
YUV125.0673.7970.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.05%
GREEN value IS 185 (72.66% from 255) = 71.71%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=17.05%
G=71.71%
B=11.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44185290.7600.840.27114.2372.941.96
Hex2CB91D4C0541B72492a
Octal542713511401243316211152
Binary10110010111001111011001100010101001101111100101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,185,29); }

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

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

 a { background-color: rgb(44,185,29); }

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

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

 span { border-color: rgb(44,185,29); }

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