#2CBD46

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

Shades of Lime Green #2CBD46

Tints of Lime Green #2CBD46

Color information

#2CBD46 (or 0x2CBD46) is unknown color: approx Lime Green. HEX triplet: 2C, BD and 46. RGB value is (44,189,70). Sum of RGB (Red+Green+Blue) = 44+189+70=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD46 is #D342B9. Grayscale: #848484. Windows color (decimal): -13845178 or 4635948. OLE color: 4635948.

HSL color Cylindrical-coordinate representation of color #2CBD46: hue angle of 130.76º 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 #2CBD46 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB4418970-
CMYK0.7700.630.26
HSL130.76º62.23%45.69%-
HSV(B)130.76º76.72%74.12%-
XYZ20.3437.3711.94-
YUV132.0892.9665.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.52%
GREEN value IS 189 (74.22% from 255) = 62.38%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=14.52%
G=62.38%
B=23.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44189700.7700.630.26130.7662.2345.69
Hex2CBD464D03F1A833e2e
Octal54275106115077322037656
Binary101100101111011000110100110101111111101010000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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