#2CBD27

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

Shades of Lime Green #2CBD27

Tints of Lime Green #2CBD27

Color information

#2CBD27 (or 0x2CBD27) is unknown color: approx Lime Green. HEX triplet: 2C, BD and 27. RGB value is (44,189,39). Sum of RGB (Red+Green+Blue) = 44+189+39=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD27 is #D342D8. Grayscale: #818181. Windows color (decimal): -13845209 or 2604332. OLE color: 2604332.

HSL color Cylindrical-coordinate representation of color #2CBD27: hue angle of 118º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CBD27 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB4418939-
CMYK0.7700.790.26
HSL118º65.79%44.71%-
HSV(B)118º79.37%74.12%-
XYZ19.637.088.04-
YUV128.5477.4667.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.18%
GREEN value IS 189 (74.22% from 255) = 69.49%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=16.18%
G=69.49%
B=14.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44189390.7700.790.2611865.7944.71
Hex2CBD274D04F1A76422d
Octal542754711501173216610255
Binary101100101111011001111001101010011111101011101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,189,39); }

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

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

 a { background-color: rgb(44,189,39); }

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

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

 span { border-color: rgb(44,189,39); }

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