#2CB33A

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

Shades of Lime Green #2CB33A

Tints of Lime Green #2CB33A

Color information

#2CB33A (or 0x2CB33A) is unknown color: approx Lime Green. HEX triplet: 2C, B3 and 3A. RGB value is (44,179,58). Sum of RGB (Red+Green+Blue) = 44+179+58=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB33A is #D34CC5. Grayscale: #7D7D7D. Windows color (decimal): -13847750 or 3846956. OLE color: 3846956.

HSL color Cylindrical-coordinate representation of color #2CB33A: hue angle of 126.22º 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 #2CB33A is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB4417958-
CMYK0.7500.680.30
HSL126.22º60.54%43.73%-
HSV(B)126.22º75.42%70.2%-
XYZ17.9233.089.44-
YUV124.8490.2770.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.66%
GREEN value IS 179 (70.31% from 255) = 63.70%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=15.66%
G=63.70%
B=20.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44179580.7500.680.30126.2260.5443.73
Hex2CB33A4B0441E7e3d2c
Octal54263721130104361767554
Binary10110010110011111010100101101000100111101111110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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