#2CBD2F

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

Shades of Lime Green #2CBD2F

Tints of Lime Green #2CBD2F

Color information

#2CBD2F (or 0x2CBD2F) is unknown color: approx Lime Green. HEX triplet: 2C, BD and 2F. RGB value is (44,189,47). Sum of RGB (Red+Green+Blue) = 44+189+47=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD2F is #D342D0. Grayscale: #818181. Windows color (decimal): -13845201 or 3128620. OLE color: 3128620.

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

Color convert

RGB4418947-
CMYK0.7700.750.26
HSL121.24º62.23%45.69%-
HSV(B)121.24º76.72%74.12%-
XYZ19.7537.148.82-
YUV129.4681.4667.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 189 (74.22% from 255) = 67.5%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=15.71%
G=67.5%
B=16.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44189470.7700.750.26121.2462.2345.69
Hex2CBD2F4D04B1A793e2e
Octal54275571150113321717656
Binary10110010111101101111100110101001011110101111001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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