#2CB226

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

Shades of Lime Green #2CB226

Tints of Lime Green #2CB226

Color information

#2CB226 (or 0x2CB226) is unknown color: approx Lime Green. HEX triplet: 2C, B2 and 26. RGB value is (44,178,38). Sum of RGB (Red+Green+Blue) = 44+178+38=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 178 (69.92% from 255 or 68.46% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB226 is #D34DD9. Grayscale: #7A7A7A. Windows color (decimal): -13848026 or 2535980. OLE color: 2535980.

HSL color Cylindrical-coordinate representation of color #2CB226: hue angle of 117.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CB226 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB4417838-
CMYK0.7500.790.30
HSL117.43º64.81%42.35%-
HSV(B)117.43º78.65%69.8%-
XYZ17.3132.527.2-
YUV121.9780.6172.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.92%
GREEN value IS 178 (69.92% from 255) = 68.46%
BLUE value IS 38 (15.23% from 255) = 14.62%
R=16.92%
G=68.46%
B=14.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44178380.7500.790.30117.4364.8142.35
Hex2CB2264B04F1E75412a
Octal542624611301173616510152
Binary101100101100101001101001011010011111111011101011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,178,38); }

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

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

 a { background-color: rgb(44,178,38); }

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

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

 span { border-color: rgb(44,178,38); }

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