#2CB33F

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

Shades of Lime Green #2CB33F

Tints of Lime Green #2CB33F

Color information

#2CB33F (or 0x2CB33F) is unknown color: approx Lime Green. HEX triplet: 2C, B3 and 3F. RGB value is (44,179,63). Sum of RGB (Red+Green+Blue) = 44+179+63=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB33F is #D34CC0. Grayscale: #7D7D7D. Windows color (decimal): -13847745 or 4174636. OLE color: 4174636.

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

Color convert

RGB4417963-
CMYK0.7500.650.30
HSL128.44º60.54%43.73%-
HSV(B)128.44º75.42%70.2%-
XYZ18.0633.1310.15-
YUV125.4192.7769.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 179 (70.31% from 255) = 62.59%
BLUE value IS 63 (25% from 255) = 22.03%
R=15.38%
G=62.59%
B=22.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44179630.7500.650.30128.4460.5443.73
Hex2CB33F4B0411E803d2c
Octal54263771130101362007554
Binary101100101100111111111001011010000011111010000000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,179,63); }

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

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

 a { background-color: rgb(44,179,63); }

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

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

 span { border-color: rgb(44,179,63); }

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